Answer Posted / venkatdodla
Its James Gosling
| Is This Answer Correct ? | 40 Yes | 9 No |
Post New Answer View All Answers
Explain restrictions for using anonymous inner classes?
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
Write a function for palindrome and factorial and explain?
How can we access some class in another class in java?
Can we execute a program without main() method?
What is meant by data hiding in java?
Can an interface have a constructor?
What is an infinite loop?
How can you traverse a linked list in java?
Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?
I don’t want my class to be inherited by any other class. What should I do?
What is difference between path and classpath in java?
How do you square a number in java?
How does java enable high performance?
Explain the differences between abstraction and encapsulation?