can you create interface instance ?
Answer Posted / amit singh
it was just a bullshit you did man
you are creating jus he anonymmous class and is just treate
a subclass of the paricular inerface and also the override
mehod execute
learn java because prople like you just amajed those people
those don' know java
so try your self first thing that java is the whole thing
which realed to Object class not he object so learn it
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can an interface have a class?
Can you explain the private protected field modifier?
When is an object subject to garbage collection?
Can a static method be overridden in java?
What are untrusted applets?
What is the purpose of the strictfp keyword?
What do you know about the garbate collector?
What is JVM and is it platform independent?
What is the numeric promotion?
Write a code to create a trigger to call a stored procedure
Is java util regex pattern thread safe?
What is the difference between hashset and treeset in java?
What are parsers? Dom vs sax parser.
What is a class reference?
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.