Welcome to Core Java & Advanced Java (With realtime Projects) of VS Infosoft India (P) Ltd Software Training Company . Here you will find about Core Java & Advanced Java (With realtime Projects) course, its duration, eligibility and admission procedure. You can like or dislike the course content by clicking on like-dislike button. You can also post your comments and reviews on this course in the form given below. You can also request for more info on the course by clicking on request info button on top of the page.
Java is a programming language expressly designed for use in the distributed environment of the Internet. It was designed to have the "look and feel" of the C++ language, but it is simpler to use than C++ and enforces an object-oriented programming model. Java can be used to create complete applications that may run on a single computer or be distributed among servers and clients in a network. It can also be used to build a small application module or applet for use as part of a Web page. Applets make it possible for a Web page user to interact with the page.
The Java language was created by James Gosling in June 1991 for use in one of his many set-top box projects. The language was initially called Oak, after an oak tree that stood outside Gosling's office—and also went by the name Green—and ended up later being renamed to Java, from a list of random words. Gosling's goals were to implement a virtual machine and a language that had a familiar C/C++ style of notation. The first public implementation was Java 1.0 in 1995
* Java is object-oriented, which means that, among other characteristics, an object can take advantage of being part of a class