Tuesday 13 December 2016

What is Java Computer Programming Language?

Define Java. Types, Technologies, Version and Requirements of java technologies.

A technology from Sun developed by James Gosling in 1991 with initial name ‘Oak’.

It was renamed to Java in 1995.

Types of Java Technologies
  1. Java SE (Java Standard Edition)
  2. Java EE (Java Enterprise Edition)
  3. Java ME (Java Mobile Edition)
  4. Java Fx
Version of Java

Java provides two kinds of versions
  1. Developer Version
  2. Product Version

Developer version deals with version of JDK software while Product version deals with Java features.

Developer Version



 Requirements of Java Development

  1. JDK 1.5+ (Java Development Kit)
  2. JRE 1.5+ (Java Runtime Environment)
  3. IDEs (Integrated Development Environment)


    1. NetBeans
    2. MyEclipse
    3. Visual Age
    4. JDeveloper
    5. Visual Café
This blog written by Jitendra Kumar (Java Trainer & Developer at Vtech Academy of Computers)

Wednesday 7 December 2016

Terminologies for Object- Oriented programming (OOP)

Class: Class is nothing but a template that describes the data and behavior associated with instance of that class.

Constructor: Constructor are used for creating an instance of a class, they are invoked when an instance of class gets created.

Object: a self-contained entity that consists of both data and procedures to manipulate the data.

Method: The implementation of some behaviour of an object.  It is an ordinary member function which consists of its own return type (can be void), name and always invoked by dot operator.

Property: An Object characteristic, such as color.

Inheritance:  It is the process by which one object acquires the property of another object.

Encapsulation: It is the mechanism that binds together code and data it manipulates and keeps both safe from outside interference and misuse.

Abstraction: The process of picking out (abstracting) common features of objects and procedures.

Polymorphism: A programming language's ability to process objects differently depending on their data type or class.

object oriented programming

Tuesday 29 November 2016

You Need To Know About Banking Courses

Short term Course for bank Jobs

These academy provides you with courses which meets our desperate needs. These courses can go from long term to short term. Ordinarily, the career courses have attracted in individuals. The reason behind people inclining towards professional short term courses is because they are cost and time effective. These courses are deliberately intended to address every one of our issues.

They manage covering the syllabus to test papers in a restricted measure of time. This institute (Vtech Academy of Computers) gives fleeting saving money courses in Delhi. One can select a course which he/she supposes is adept for them. These courses come convenient both in private and government bank job. Since the enlisting procedure of both private and government job is comparative, one need not stress over the significant contrasts.

Banking is a really big sector of our economy.

Vtech Academy of Computers offers short term career and professional Certificate Program in Banking. Any stream 12th pass, Graduate, Undergraduate students can apply. Eligibility Are:-

1:- Graduate (Any Stream).
2:- Undergraduate
3:- 12th pass
4:- Normal Test & Personal Interview need to be cleared for admission.
5:- Candidates must have all the required documents with him such as: school and college Mark Sheets, Aadhaar Card / Voter ID Card.

Get More Details and Apply for the Program at :- Vtech Academy of Computers


Thursday 3 November 2016

What you learn in Digital Marketing from Vtech Academy

Learn how to increase website traffic, generate potential leads, keywords rank and sales revenue with better brand awareness just like experts and companies do it.


  1. Search Engine Optimization (SEO)
  2. Social Media Optimization (SMO)
  3. Search Engine Marketing (SEM)
  4. Display Advertising
  5. Content Marketing
  6. Email Marketing
  7. Mobile Marketing
  8. Pay Per Click (PPC)
  9. Conversion Optimization
  10. Digital Analytics
  11. Digital Marketing Strategy
Tools Knowledge
  1. Google Analytics: Specific Techniques and Reports
  2. Google AdWords Fundamentals
  3. Google Webmaster
  4. Facebook Marketing and Advertising
  5. YouTube and Video Marketing
  6. Twitter Advertising
  7. Linkedin Marketing and Advertising
Vtech Academy of Computers help you to build your business online or career.

What is list in data structure

List: - List is a linear data structure in which elements are arranged in random order. That means list is those type of linear data struc...