What is javac used for?


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

Post New Answer

More Core Java Interview Questions

why java uses class level type casting ?

0 Answers  


How do you take thread dump in java?

0 Answers  


Can we declare a class as static?

0 Answers  


I have a sorting issue with a Hashmap. My constraint is that I MUST use the Hashmap and work with existing code. I do a database query and place the results in a Hashmap. When I iterate thru the Hashmap, it loses the original alphabetical sorting done by the database. So, my problem is that I must sort the results coming out of the Hashmap which is then placed into another class.

1 Answers  


What is the difference between public, private, protected, and friend access?

0 Answers   Amazon,






What does method mean?

0 Answers  


What are the drawbacks of singleton class?

0 Answers  


How can u create the Object of class Without using "New" opertor?

3 Answers   IBM, TCS,


Is arraylist ordered?

0 Answers  


Can we create constructor in abstract class ?

0 Answers  


as we know a static method could access static data and static method only. then how could main method call the object of aclass which is not static and other non static data

1 Answers  


Can constructor be protected in java?

0 Answers  


Categories