What is jbutton in java?


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

Post New Answer

More J2EE Interview Questions

What is pure java?

0 Answers  


What are the four types of J2EE modules?

0 Answers  


Is c++ more secure than java?

0 Answers  


What are the components and containers in java?

0 Answers  


How do you run a java program?

0 Answers  






What is context root?

0 Answers  


What are j2ee concepts?

0 Answers  


What is a jpanel in java?

0 Answers  


Is tomcat a java ee?

0 Answers  


What is difference between java and core?

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,


What is application client?

0 Answers  


Categories