Do you think that java should have had pointers?


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

Post New Answer

More Advanced Java Interview Questions

How to add new JTabbed pane?

1 Answers  


Which class is the immediate superclass of the menucomponent class?

0 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,


how to use debug in my elipse to solve problems that exist in my project

0 Answers   SAP Labs, TCS,


Why RMI required an interface?

1 Answers  






How can I avoid validating a form before data is entered?

0 Answers  


Is 'synchronised' a modifier?

2 Answers   NIIT,


Can a thread be a member of another thread?

2 Answers  


Have you used threads in Servelet?

0 Answers   Satyam,


difference of inheritance and interface

3 Answers  


Difference between JRE and JVM?

3 Answers   HeadStrong, Infotech,


What’s jboss cache in short?

0 Answers  


Categories