Answer Posted / devarathnam c,kotagudibanda(po
Hi...
JAVA is an object-oriented programming language.It support
sophisticated OOP'S concepts
like "Encapsulation", "Polymorphism" and "Inheritance".By
using java we can develop web-based applications,client-
server applications and distributed applications. Java is a
most suitable programming language for internet
technologies.The Sun's trade mark slogan is "WRITE ONECE
RUN ANYWARE", till now no programming is not achieving this
slogan, it is a platform independent and both compielet and
interpreted langauage.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is stringbuffer called mutable?
How do you square a number?
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
How many types of array are there?
What is method in java with example?
What is java and their uses?
What is Hierarchy of exception?
What is the memory leak in java?
What is the main use of java?
Explain about sets?
Why a dead thread occurs?
What is an example of character?
What are pass by reference and pass by value?
What is the return type of the main method?
What is the symbol for space?