java is fully object oriented languages or not? why?
Answers were Sorted based on User's Feedback
Answer / likhitha
yes,java is fully object oriented language.because it mainly
depends upon objects.
| Is This Answer Correct ? | 0 Yes | 17 No |
Answer / shashank shrivastava
Java is fully object oriented langauge because in java
every thing even main() also inside the class & its
contained all feature of OOPs
| Is This Answer Correct ? | 6 Yes | 28 No |
What is a modular application? What does module-relative mean?
What is a compilation unit?
What are the implicit objects?
Thread life cycle?
What is synchronization and why is it important?
1) Scenario: I developed my application on local system and everything is perfect and tested. Now on UAT this application is deployed on clustered server environment. They are logical or physically clustered. But application is not working over there.  What is the issue with application?  What are the first things which come in your mind?
If we opened windows notepad 4 times, does it starts 4 processes or 4 threads?
How two threads will communicate with each other?
Tell me about Firewalls in RMI?
What is RMI architecture?
what is DGC?
What is the difference between Process and Threads?