Get free job interview questions and read reviews for Java interview questions given by APTRON Noida. Make strengthen your knowledge for java interview. Freshers and experts can mention these questions to improve and check their skills.
|
It is a high-level programming language developed by James Gosling in Sun Microsystem in 1995.
Java is a fast, secure and reliable language used for many games, devices and applications.
Portable – Java program gets converted into Java Byte Codes that can be executed on any platform without any dependency.
Platform independent – java works on “write once and run anywhere” as it supports multiple platforms like Windows, Linux, Mac, Sun Solaris, etc.
Interpreted – java compiler converts the codes into Java Byte Codes which are then interpreted and executed by Java Interpreter.
An object consists of methods and class which depict its state and perform operations.