What is setbounds in java?
No Answer is Posted For this Question
Be the First to Post Answer
Define orm and its working in j2ee?
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()); } }
What is attribute what is asant?
Which framework is best for java?
What is iso 3166?
Describe action form?
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??
What is java secure socket extension (jsse)?
what is meant by proxy server
What do you mean by j2ee module?
what is the difference between Tomcat 4 & Tomcat 5?
Difference between treemap & sortedset