What is the basic concept of java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

Give us the name of the list layoutmanagers in java?

0 Answers  


What is collection class in java? List down its methods and interfaces.

0 Answers  


Is intellij better than eclipse?

0 Answers  


Can we override the static methods?

0 Answers  


Whats the difference between notify() and notifyall()?

0 Answers  






Which of the classes will have more memory allocated?

0 Answers  


What is a arraylist in java?

0 Answers  


What is t type java?

0 Answers  


What is static and a non-static inner class?

3 Answers  


Can inner class extend any class?

0 Answers  


is it mandatory to deaclare all variables public static fianl in interfaces?if i declare like in the below program, public interface A { public static final int I=0; int j=0; } in interface A,what is the difference between I,j?

2 Answers  


Can final class have constructor?

0 Answers  


Categories