Why class is used in java?


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

Post New Answer

More J2EE Interview Questions

What is j2ee product?

0 Answers  


What is j2ee application model?

0 Answers  


is it possible to create single instance of java class per session in web application

4 Answers  


What is java transaction service (jts)?

0 Answers  


What are struts?

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 a gui in java?

0 Answers  


Explain about J2EE Application Architecture

1 Answers  


What is javamail?

0 Answers  


What is jta and jts?

0 Answers  


Write a program for Sum of the digits for a given number Ex: suppose user entered Number is 1214, It should calculate the above number like 1+2+1+4 = 8

2 Answers   Amazon,


What is document?

0 Answers  


Categories