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 9333What 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 4946Whats 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 7105
What is the global security?
How does remove work in java?
What is shared primary key?
How do you check if two strings are equal in java?
Does java allow default arguments?
What are internal and external variables?
What is hashtable and explain features of hashtable?
Which programming language is most secure?
Is jms an api?
What are default methods ?
Who wrote struts?
what is servlet chaining?
What is data type in computer?
What is transaction management in hibernate? How it works?
What is a method in programming?