Answer Posted / niranjanravi
Polymorphism,Inheritance,Encapsulation,Abstraction
| Is This Answer Correct ? | 43 Yes | 1 No |
Post New Answer View All Answers
Which is better 64 bit or 32 bit?
Is there a case when finally will not execute?
Can you override static methods?
Explain the term virtual machine?
What’s the difference between callable and runnable?
Why we override equals() method?
Does constructor creates the object ?
what do you understand by synchronization? Or what is synchronization and why is it important? Or describe synchronization in respect to multithreading? Or what is synchronization? : Java thread
What is default switch case? Give example.
What will be the output of round(3.7) and ceil(3.7)?
What is the final class modifier?
Can we override the static method?
Can we initialize the final blank variable?
what is the volatile modifier for? : Java thread
What is a string what operation can be performed out with the help of a string?