Explain the features of java?
No Answer is Posted For this Question
Be the First to Post Answer
If I only change the return type, does the method become overloaded?
If two threads have same priority which thread will be executed first ?
How do you achieve polymorphism in java?
What is null object in java?
What is time complexity algorithm?
What methods are used in Servlet?Applet communication?
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
What are the wrapped, classes?
If there is no implementation of MARKER INTERFACE in java. Then how compiler come to know about specification.
System.out.println(101/14) what is the output? a)6 b)14 c)7.14 d)0
Is there any tag in htm to upload and download files?
Which One is optimal to choose ? Syncronized hash map or Hash table with single thread model? How can a hash map syncronized with out using syncrozed blocks in programm?