Join Regular Classroom : Visit ClassroomTech

Top 100 Java Interview Questions & Answers | Set 2 – codewindow.in

Is null a keyword?

What is an applet?

What is the lifecycle of an applet? 

Does Java support multiple inheritances?

What’s new with the stop(), suspend() and resume() methods in JDK 1.2 ? 

What is the Vector class?

Define How many objects are created in the following piece of code?

MyClass c1, c2, c3;

c1 = new MyClass ();

c3 = new MyClass ();

What is the difference between the >> and >>> operators?

What is the difference between this() and super()?

What is a native method?

What value does read Line() return when it has reached the end of a file?

What is the Java API?

Why there are no global variables in Java?

What are different types of access modifiers?

What is Constructor?

What is an Iterator ?

What is the difference between Reader/Writer and InputStream/Output Stream?

What is servlet?

What is clipping?

What is memory leak?

Can a for statement loop indefinitely?

Explain Java Coding standards for Methods? 

Why Java is not a pure Object Oriented language?

What are the access modifiers?

Can we overload the main method? 

Also Checkout

Recent Posts
Pages