Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) "Sun Certified Java Programmer" This is one String , we need to print SCJP, write the java code dynamically? pls reply this questions
6 9258What 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 4898Whats 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 7054
Q1.A. Write note on “The class path Environment Variable”? B. Which are different kinds of source code? Q2.A. How to create an interface? B. Why convert an applet to an application? Q3.A. How to use Media tracker Class. B. How to use string tokenizer class. Q4 A. Explain the overview of UDP messaging. B. Difference between SQL Exception class and SQL Warning class. Q5. A. How to create com object in Java? B. Write short notes on “The properties class” Q6. A. When object is created and destroyed? B. Explain the JDB in depth & command line. C. Write short notes on Web Sites.
Why do we need annotations in spring?
Is it possible to override private or static method in java?
What is mappedby in hibernate?
Where are local variables stored?
What is layout in java swing?
What is initialization parameter?
How ejb invocation happens?
Which methods cannot be overridden in java?
Explain the selection sort algorithm and state its time complexity?
In Java list the methods that can be overridden?
Which is better 64 bit or 32 bit?
What is protected access modifier?
What are the purpose of introspection?
What is the difference between Java1.4 and Java1.5