Answer Posted / ravikiran(aptech mumbai)
static,final,native,synchronized,abstract
| Is This Answer Correct ? | 10 Yes | 16 No |
Post New Answer View All Answers
Which class is the superclass of all classes?
What is abstraction in java?
What is the name of the java compiler?
Can we change the value of static variable?
What is heterogeneous in java?
What are basic keywords?
Can we define package statement after import statement in java?
Can an interface be defined inside a class?
When arithmeticexception is thrown?
Can an object be null?
what is meant by Garbage collection?
Tell me a few examples of final classes defined in Java API?
what is anonymous class in java?
Explain the difference between abstract class and interface in java?
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.