Which compiler is used in java?


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

Post New Answer

More J2EE Interview Questions

Why primitive data types in java are not objects?

0 Answers  


What every java developer should know?

0 Answers  


What are j2ee technologies?

0 Answers  


Is c++ more secure than java?

0 Answers  


What is tomcat in j2ee?

0 Answers  






What is j2ee and j2se?

0 Answers  


What is sandbox in java?

0 Answers  


How is java development environment setup?

0 Answers  


What is isv?

0 Answers  


Whats the O/p of the below code snippet ? And explain how does it imply the concept of call-by-value/call-by reference. (PS : Pls ignore syntax errors) public class One { public oneA(){ sop ("Into One--");} } public class Two extends One{ public twoT(){ sop ("Into Two--"); } } public class Home { One a; Two t; public static void main(argv[]) { sop ("In Home--"); sop(a.oneA()); sop(t.oneA()); sop(a.twoT()); sop(t.twoT()); } }

4 Answers   Wipro,


can someone tell me how does preparedstatement works? its an interface and where is the implementation?

3 Answers   Satyam, TCS,


What is the name of java compiler?

0 Answers  


Categories