Interview Questions - Core Java
9.
Is Java a pure object oriented language?
Java uses primitive data types and hence is not a pure object oriented language.
10.
Are arrays primitive data types?
In Java, Arrays are objects.
11.
What is difference between Path and Classpath?
Path and Classpath are operating system level environment variales. Path is used define where the system can find the executables(.exe) files and classpath is used to specify the location .class files.
12.
What are local variables?
Local varaiables are those which are declared within a block of code like methods. Local variables should be initialised before accessing them.
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers