What type of language is java?
No Answer is Posted For this Question
Be the First to Post Answer
Is there any sort function in java?
Give an example of call be reference significance.
Difference between == and .equals() ?
how to connect two diffrent applet files
How do you reverse sort in java?
suppose in a class there is a code like this: { Set hs=new Hashset(); hs.add(new Emp("kathy",1000)); hs.add(new Emp("kathy",2000)); } how can u avoid the above code in your class as set won't allow duplicate objects?
Why is stringbuffer called mutable?
Suppose i have two threads t1 and t2 are running.How the main thread will know that the two threads t1,t2 execution has completed?
What are the files generated after using IDL to java compiler?
What are the object and class classes used for?
How do you load an HTML page from an Applet ?
Inorder to specify a container?s layout, which method is used?