How OOPS concept is achieved in Java?
Answer Posted / niranjanravi
by polymorphism,inheritance,abstraction,encapsulation
Is This Answer Correct ? | 20 Yes | 8 No |
Post New Answer View All Answers
What is enhanced loop in java?
What are passing parameters?
What are the files generated after using IDL to java compiler?
Can we use return in constructor?
What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?
What is anagram number?
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?
What are the 4 versions of java?
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?
What’s the difference between callable and runnable?
What is the same as procedures?
What will happen when using pass by reference in java?
what are synchronized methods and synchronized statements? : Java thread
How do you define a singleton class?
Can a vector contain heterogenous objects?