Answer Posted / prashant renge
Public is the default modifier for interface
Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
Can you inherit from an abstract class java?
What is autoboxing and unboxing?
Who developed java?
What is the difference between numeric and integer?
What is stored procedure. How do you create stored procedure ?
Is singleton class thread safe?
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.
Explain the difference between abstract class and interface in java?
If a method is declared as protected, where may the method be accessed?
When we should use serialization?
What is an infinite loop?
What are the benefits of operations?
What are extraneous variables examples?
What is the use of http-tunneling in rmi?
What are the two ways of implementing multi-threading in java?