What are concepts of OOPS and how are they implemented in
Java?
Answer Posted / ravikiran(aptech mumbai)
abstartcion
inheritence
polymorhism
encapsulation
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Can we force garbage collector to run ?
What is defined as false sharing in the context of multithreading?
Explain about the interpreter in java?
Explain what is Marker interface?
Can a private method be declared as static?
What are different access specifiers in java?
What is percentage in java?
What is JVM and is it platform independent?
Where are variables stored?
Can a class be declared as static?
What is the difference between post and put?
Can we define a package statement after the import statement in java?
Can a class be private?
What is a subsequence of a string?
Can we write multiple catch blocks under single try block?