Answer Posted / ershad md sk
JAVA is one of the OBJECT ORIENTED LANGUAGE Developed By
Sun microsystems...Mostly java is used Bcoz JAVA treats
everything as OBJECT's in problem space AND identifies as
its Business data and methods....java gives three key OOP's
concepts ...like Encapsulation,polymorhism & Inheritance
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is array an object in java?
How to implement a multithreaded applet?
How is abstraction implemented in java ?
Can you override private or static method in java?
what is the purpose of "virtual"?
Is empty .java file name a valid source file name?
Can we use different return types for methods when overridden?
Does java return by reference?
What are different ways of object creation in java ?
What is use of arraylist in java?
What is an immutable class? How to create an immutable class?
Why collection doesn’t extend cloneable and serializable interfaces?
Does constructor be static?
Explain the difference between arraylist and linkedlist in java?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread