java is pure object-oriented programming language?why it is platform independent.
Answer / ramky
because it can be run in any opreating system, like such as windows linux etc.....
Is This Answer Correct ? | 8 Yes | 1 No |
Which object oriented concept is achieved by using overloading and overriding?
What is yield () in java?
why constructor dont have returns type?
What is nested class?
Which is better singleton or static class?
Is arraylist ordered in java?
What is a singleton class in Java? And How to implement a singleton class?
What is the properties class?
can used Protected Class outside Function.?
Is it necessary that each try block must be followed by a catch block?
Define inheritance?
What is the difference between heap memory and stack memory?