How do you differentiate abstract class from interface?
How do you read and print a string in java?
Explain features of interfaces in java?
Explain purpose of sleep() method in java?
what is webservices
5 Answers Consultancy, Mind Tree,
java program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.
How to Sort list of Strings in ascending order without using java api.
What is variable argument in java?
What is unsigned char?
How do singleton patterns work?
What is the set interface in java programming?
They had given one progam final HashMap hm=new HashMap(); public void show() { hm.put("name",value); } in this prg here the final hashtable value can be changed in put method,its the prg run?
Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?