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 meant by 'bit masking' in java?
What do the thread?class methods run() and start() do?
Can bool be null?
what is singleton class in java?
Why is stringbuffer not immutable?
Which types of exceptions are caught at compile time?
Can a top level class be private or protected?
What is += mean in java?
How do you override a private method in java?
What method is used to specify a container's layout in java programming?
What is this keyword in java?
What do you mean by thread safe?
How do you use substring in java?
what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread
How many bytes is a string in java?