What is JAVA? Why it is platform independent?
Answer Posted / bhavani k
java is fully object oriented language, java can run any
where and any time so it is platform independent.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the base class of all classes?
What are triggers in DB? Explain their types. How do they work?
What is the use of default method in interface in java?
how does multithreading take place on a computer with a single cpu? : Java thread
When is an object subject to garbage collection?
Does string is thread-safe in java?
Can a class have multiple subclasses?
Can a class have multiple superclasses?
Can we assign integer value to char in java?
What is the difference between reader/writer and inputstream/output stream?
Is a class subclass of itself?
What does it mean to flush a file?
Does the order of public and static declaration matter in main method?
Is it possible to compare various strings with the help of == operator?
What is the difference between a method and a procedure?