How do I become an expert in java?
No Answer is Posted For this Question
Be the First to Post Answer
What does java awt stand for?
What are the components of the java platform?
What software is needed for java programming?
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()); } }
Why awt is used in java?
for example we are login into the irctc server from there it will go to the selected bank and deduct amount and come back to the irctc. so if we are developing this in java means will it be run on the same session. but as per my knowledge bank is separate and irctc is separate URL's so it will use two different sessions then how it is maintaining same session through out application and even it uses the payment gateway? how it is working can any one help me on that??
Name the Implicit variable which is used to access other implicit objectes present in JSP.
Which java technology is in demand?
what is the purpose and activity of SessionFactory in hibernate?
13 Answers Cognizant, HCL, Oracle, PiServe Technologies,
What is a java application client?
What does web module contain?
What is urn?