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 methods and methodology?
When is the finalize() called?
What is the difference between Error, defect,fault, failure and mistake?
Why are data types important?
Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.
Can constructor be protected in java?
What is computer compiler?
Explain JMS in detail.
How do you define a singleton class?
Which object oriented concept is achieved by using overloading and overriding?
What is a nested structure?
How do I compare two strings in word in java?
what is the swingutilities.invokelater(runnable) method for? : Java thread
worst case complexities of Quick sort and Merge sort.
What do you know about the garbate collector?