2College4Knowledge
Home
Interview Questions
Group Discussion Topics
Quiz Questions
Aptitude
Free Aptitude Tests
Cookie usage
Contact Us
Interview Questions on Java or Java Interview Questions with clear explanation
Interview Questions on Java-Page Contents
Interview Questions on Java programming
Interview Questions on Java basic concepts
Interview Questions on Java OOPs concepts
Other exiting content in our website
Aptitude Questions
Group Discussion Topics
Questions on JAVA
Questions on Database
Free Aptitude Tests
Increase Calculation speed
You are currently reading
JAVA OBJECTIVE INTERVIEW QUESTIONS 1
similar content
Java Interview Questions-1
Java Interview Questions-2
Java Interview Questions-3
Java Interview Questions-4
Q1 . who founded Java?
Check Answer
SOLUTION
James Gosling founded java.
Q2 . What is a JDK?
Check Answer
SOLUTION
It is a Java environment for developing various java applications.JDK consists of
>JRE(java resource environment)
>Java compiler and interpreter and other components.
Q3 . what is a JVM?
Check Answer
SOLUTION
it stands for Java Virtual Machine.It is used to generate the Java Byte code for the program.
Q4 . why is Java Platform neutral?
Check Answer
SOLUTION
Java uses a JVM to generate Java Byte code that can used in any platform provided a JVM is present in the environment.
Q5 . what is the differnce between Java and C++?
Check Answer
SOLUTION
Java is platform independent where as C++ is platform dependent.
Java does not support operator overloading where as C ++ does
Java does not support structures or unions ;C++ does
Q6 . what is the use of abstract keyword?
Check Answer
SOLUTION
The abstract key word can be used for classes as well as methods.The following occurs
>An abstract class cannot have objects
>An abstract function or method cannot have a definition like abstract void func(){}
Q7 . what is garbage collection?
Check Answer
SOLUTION
Garbage collection is used to get rid of memory management issues by removing the unused artifacts and reclaiming the memory for reuse by the program.
Q8 . what are destructors?
Check Answer
SOLUTION
Destructor are member functions that are used to release the resources that have be allocated during the instanciation of an object.
Q9 . what are packages?
Check Answer
SOLUTION
Packages are groups of classes and interface encapulated together so that they can be reused.Packages can be of two types
>user defined
>system packages or built in packages.
Q10 . what are IDEs for Java?
Check Answer
SOLUTION
IDE s stand for Integerated development Environment.some widely used IDEs are
>Eclipse
>Netbeans etc
You are Currently reading
Java Interview Questions-1
for more Interview Questions on Java
Java Interview Questions-1
Java Interview Questions-2
Java Interview Questions-3
Java Interview Questions-4
Check out our other content
Technical Interview Questions
Objective Interview Questions on C Programming
Objective Interview Questions on Computer Networks
Objective Interview Questions on C++ Programming
Objective Interview Questions on Database Management Systems
Objective Interview Questions on Java Programming
Objective Interview Questions on Operating Systems
Objective Interview Questions on Unix Shell
Objective Interview Questions on Web Technology
Free Aptitude Questions
Aptitude Questions on Ages
Aptitude Questions on Averages
Aptitude Questions on Boats and Streams
Aptitude Questions on Partnership
Aptitude Questions on Profit and Loss
Aptitude Questions on Time and Work
Aptitude Questions on Time Speed and Distance
Aptitude Questions on Trains
Free Aptitude Tests
Aptitude Test on Ages
Aptitude Test on Averages
Aptitude Test on Boats and Streams
Aptitude Test on Partnership
Aptitude Test on Profit and Loss
Aptitude Test on Time and Work
Aptitude Test on Time Speed and Distance
Aptitude Test on Trains
Group Discussion Topics
Group discussion points on demonetization
Group discussion points on digitalization
Group discussion points on educational system in india
Group discussion points on effects of peer pressure in life
Group discussion points on flexible work culture flexible time and place
Group discussion points on globalization leading to global warming
Group discussion points on jingoism effects on globalization
Group discussion points on obesity and health impact
Free Quiz Questions
Question General Knowledge