Local varaiables are those which are declared within a block of code like methods. Local variables should be initialised before accessing them.
All IT and Non IT Interview Questions, MCQs, Online Quiz Questions, Engineering VIVA Questions
Home » All posts
Sunday, 12 February 2012
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.
Is Java a pure object oriented language?
Java uses primitive data types and hence is not a pure object oriented language.
What is a pointer and does Java support pointers?
Pointer is a reference handle to a memory location. Improper handling of pointers leads to memory leaks and reliability issues hence Java doesn't support the usage of pointers
Subscribe to:
Comments (Atom)