Answer Posted / sasirekha
Java is Object Orieted Programming Language developed by Sun
Microsystem (U.S.A).It Is Platform Independent Language.It
Is Simple Secure Robust Compiled & InterPreted Language.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Why parsing is done?
What is the use of default method in interface in java?
What is the use of generics? When was it added to the Java development Kit?
What are the different types of multitasking?
How do you calculate roots in java?
Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example
What does 0 mean in boolean?
Can we start a thread twice in java?
What is the independent variable in an experiment?
What is the history of java?
What is meant by stack and queue?
What is a stringbuffer?
what is optional in java 8?
What is an association?
How do you override a variable in java?