Answer Posted / j2ee student
YES , java is a pure OOPS(Object Oriented Programming)as in
JAVA all the app can be perform under classes only which
supports
encapsulation,polymorphism,inheritance,interfaces,abstractio
n etc.
| Is This Answer Correct ? | 20 Yes | 78 No |
Post New Answer View All Answers
What is numeric data type?
What is floor in java?
Is a string literal?
What does index mean in java?
When the constructor of a class is invoked?
What are the types of strings?
What is the definition of tree ?
Which list does not allow duplicates in java?
Can we return null in java?
Can a class have an interface?
If you do not want your class to be inherited by any other class. What would you do?
What is file in java?
Is main a function?
Can we assign integer value to char in java?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread