What is glasgow?
No Answer is Posted For this Question
Be the First to Post Answer
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??
how convert java file to jar files?
In real time project when will we use Abstract class. and what are the difference between abstract and interface.
6 Answers DELL, FCS, Polaris, Tanla Solutions, TCS,
what is the proxy pattern?
how we can implement interface in jsp ?
When you will synchronize your code?
What are the different methods of identifying an object?
which deployment descriptor element is used to configure the authentication method? a. auth-config b. login-config c. sec-config
Explain about thread synchronization inside a monitor?
Which containers use a border layout as their default layout?
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); } }
Why a component architecture for the java platform?