Which command from the jdk compiles a java program?


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

Post New Answer

More Core Java Interview Questions

How do you compare two objects?

0 Answers  


When super keyword is used?

0 Answers  


int a=1; float b=1.0; System.out.println(a==b);

13 Answers   CTS, Honeywell, McAfee,


Can you explain the cs option of java interpreter?

0 Answers  


What are the disadvantages of object oriented programming?

0 Answers  






What is a class reference?

0 Answers  


What are the benefits of operations?

0 Answers  


How many arguments can be passed to main ()?

0 Answers  


what is the difference between the "protected and default" modifiers?

8 Answers  


What is the difference between array and array list in java?

0 Answers  


suppose in a class there is a code like this: { Set hs=new Hashset(); hs.add(new Emp("kathy",1000)); hs.add(new Emp("kathy",2000)); } how can u avoid the above code in your class as set won't allow duplicate objects?

3 Answers  


is set interface synchronized by default???

2 Answers   Manhattan,


Categories