Features of Java?
Answers were Sorted based on User's Feedback
Answer / ranganathkini
The Java programming language is a high-level language that
can be characterized by all of the following:
1. Simple
2. Platform Independant
3. Object oriented
4. Distributed
5. High performance
6. Multithreaded
7. Robust
8. Dynamic
7. Secure
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / srikanth
Features of java are
1.simple
2.Object-oriented
3.Ditributed
4.Robust
5.Secure
6.Architecture-neutral
7.Portable
8.Interpreted
9.Highperformance
10.Multithreaded
11.Dynamic
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / ravikiran
Platform Independent
scalable
portable
Object oriented
Distributed
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / varsha vilas kalebag
java is case sensitive, java is not supported poniter &
multiple inheritance . java is not puerly object oriented
programming languages
| Is This Answer Correct ? | 2 Yes | 3 No |
Why are the destructors for base class and derived class called in reverse order when the program exits
Write a program to search a number in the given list of numbers.
What are Inner classes?
What is a Java package and how is it used?
What are wrapped classes in java programming?
how we can use debug in myeclipse 6.0 in order solve the problems that exist in our program when there are 900 to 1000 pages in a web application
What are File and RandomAccessFile classes?
Explain the use of shift operator in java. Can you give some examples?
Difference between String and StringBuffer.
. Define Copy Constructor in Java
What does it mean to flush a file?
What is the difference between a method and a procedure?