What is the purpose of javac exe?


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

Post New Answer

More Core Java Interview Questions

What are class members by default?

0 Answers   Hexaware,


Differentiate between the constructors and methods in java?

0 Answers  


Write a program for recursive Traverse?

1 Answers  


What is prime number in java?

0 Answers  


hi to all,i have a question on static block. i saved below as test.java class test extends a { static { System.out.println("test static"); } public static void main(String []dfs) { } } class a { static { System.out.println("a static"); } public static void main(String []asdf) { } } o/p as static test static but if i change base class as test class then class test { static { System.out.println("test static"); } public static void main(String []dfs) { } } class a extends test { static { System.out.println("a static"); } public static void main(String []asdf) { } } o/p test static explain me why "a static" wasn't print in second code when it is in derived class

1 Answers  






What is exception handling in java?

0 Answers  


What is lifetime variable?

0 Answers  


Why is an interface be able to extend more than one interface but a class can’t extend more than one class?

0 Answers  


Why synchronization is important?

0 Answers  


How do you escape a string?

0 Answers  


What is abstraction in java?

0 Answers   Akamai Technologies,


how to handled exceptions & erros in ejb?

1 Answers   Satyam,


Categories