what is java
Answers were Sorted based on User's Feedback
Answer / sarika
Java is a high-level, object-oriented programming language
developed by Sun Microsystems. It is similar to C++, but
has been simplified to eliminate language features that
cause common programming errors. Java is a general purpose
programming language with a number of features that make
the language well suited for use on the Web.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ranjitha
java is object oriented programing language.java is plat
form independent.java is mainly used for web
applications.java does not use pointers why because it
provides security for any platform.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / dara sitaramayya
java is plotform independent.java is robust.java is
sequre.java is like as c++.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
Answer / ravikiran
java is an object oriented programming language
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / somasani
Java is an Object oriented programming language developed
by sun microsystems.java is platform independent and mostly
suitable fot internet applications.java is simple b/c its
syntaxes are derived from c and oop's concepts are derived
from c++.It is more secure b/c it does not support
pointers.It is usefull to develop clientside and
distributed applications.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
java is one type of language through which you can achieve anything , i mean to say here recent version of java supports certain feature through which you can do anything why because you can implement c features in java ,so , c is known as robust language and nothing can not be done by this c except data security which is supported by java.
java is object oriented language but not oops concept,
because it supports oops concept but not fully because still it uses primitive type.And remember that oops concepts are only encapsulation , polymorphism, inheritance. And java is also an ocean . java is an abstract language. java is simple language i mean to say here which increases overhead that is not supported by java.
| Is This Answer Correct ? | 0 Yes | 0 No |
1.what is the exact difference between applet and frame? 2.Do we use main method in frames?
What is an infinite loop in java? Explain with an example.
What are the 4 types of research methods?
Explain different types of wrapper classes in java?
Can a double value be cast to a byte?
What is the purpose of having the concept of overloading?
Why is singleton class used?
What are the restriction imposed on a static method or a static block of code?
Does list maintain insertion order java?
What is the flag in java?
Write program to print Hello World and print each character address in that string and print how many times each character is in that string? Ex: H: 0 & 1 e:1 & 1 l :2,3,8 & 3 o:4,6 & 2 w:5 & 1 r: 7 & 1 d 9 & 1
Can we extend a class with private constructor?