Where can I ask questions and make suggestions about seam?


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

Post New Answer

More Advanced Java Interview Questions

What is the applet sandbox?

1 Answers  


What is chat area? Explain.

0 Answers  


What method MUST be implemented by all threads?

1 Answers  


Define the remote object implementation?

0 Answers  


Wt is the main difference between Java and Java J2EE and Advanced java?

5 Answers   Wipro,






Is 'synchronised' a modifier?

2 Answers   NIIT,


how convert java file to jar files?

10 Answers   Samsung,


Explain ioc concept?

0 Answers  


How database connectivity in XML is achieved?

0 Answers  


Why is string immutable in java?

0 Answers  


What is the difference between Process and Threads?

19 Answers  


What is the O/P of the below Code Snippet ? And how does it imply the concept of call-by-value/call-by-reference. (Note : Pls ignore syntx errors) public class One { sop ("Into One--"); } public class Two extends One{ sop ("Into Two--"); } public class Home { One a; Two t; public static void main(argv[]) { sop ("In Home--"); sop(One.a); sop(Two.a); sop(One.t); sop(Two.t); } }

2 Answers   Wipro,


Categories