What is the name of the java compiler?


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

Post New Answer

More Core Java Interview Questions

Print Vertical traversal of a Binary Tree.

0 Answers   Amazon,


Is java a pure object oriented language?

0 Answers  


Can we able to pass objects as an arguments in java?

0 Answers  


What is the top class of AWT event hierarchy?

5 Answers  


What is the difference between overriding and overloading in OOPS.

0 Answers   Axtria, ITC Indian Tobacco Company,






What do you understand by the term polymorphism?

0 Answers  


How to create packages in java?

0 Answers  


I declared main() method as private. But it still running and displaying the output. Please Answer it . Code Snippet as Below: import java.io.*; class over { private static void main(String[] args) { int high = Integer.MAX_VALUE; int overflow = high + 1; int low = Integer.MIN_VALUE; int underflow = low - 1; System.out.println(high + "\n" +overflow +"\n"+ low +"\n"+underflow); //System.out.println(overflow); //System.out.println(low); //System.out.println(underflow); } }

4 Answers   Cap Gemini,


Why Java is a platform independent language?

6 Answers   Wipro, Zensar,


What is private static in java?

0 Answers  


What are the two parts of a conditional statement?

0 Answers  


What is Classloader in Java?

0 Answers  


Categories