what is a portable component?
No Answer is Posted For this Question
Be the First to Post Answer
when we applied start()method on a thread ,how does it know that to execute run()method on that object?
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); } }
What is Remote Interface?
What state a thread enters, When it blocks on I/O?
Which container method is used to cause a container to be laid out and redisplayed?
Can we sent objects using Sockets?
Different between Struts and Spring? or Why use Spring, if you are already using Struts?
What is the RMI and Socket?
What is Stream Tokenizer?
i want documentation of text file splitter & merger of advanced java
Explain the difference between object state and behavior?
How would you create a button with rounded edges?