What is java console application?


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

Post New Answer

More Core Java Interview Questions

Explain creating threads by implementing runnable class?

0 Answers  


What is java english?

0 Answers  


What is overloading and overriding in java?

0 Answers  


In what types of operations an ArithmeticException will be thrown?

3 Answers  


What is the difference between the file and randomaccessfile classes?

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  


Are there any tools available in java to create reports?

5 Answers  


Where will it be used?

0 Answers  


Why we use static and synchronized in method for single thread model example: public static synchronized add(){}

2 Answers  


where final and static variable stored?

3 Answers  


What is meant by class loader and how many types are there?

2 Answers   Apple,


Which are thin and thicK wrapper Class's in Java?

1 Answers  


Categories