what is a portable component?
No Answer is Posted For this Question
Be the First to Post Answer
Why doesn’t the focus feature on the tag work in every circumstance?
Write a singleton program?
suppose i open my yahoo mail.then copy the url. then sign out & close browser.then open browser paste that url on the browser.will i get my mail opened or not? i know it ill not.but how it work.how i create like this type of secure site?
how to search the pertical objects in a Collections
What are the thread-to-thread communcation?
What is diffennce between AWT & SWING?
Which javutil classes and interfaces support event handling?
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); } }
In connection pool,when 100 clients are requesting, in pool 100 objects is there, when another client is making request how it will work
In howmany ways a thread can be created?
difference between apllet and interface class
Name the method to find, if a thread is active or not?