Answer Posted / k.k
JAVA BUZZ WORDS ARE
1)SIMPLE:-Simple Because it dose not contain ptr.
Keywords are same as C++
2)Object Oriented:-It contains Primitive data type
do not contain friend keyword
object oriented.
3)Robust:- Less memory leakage problem
can not access memory directly.
JVM is betn hardware & Software
4)Distributed:-Support RMI & RPC
5)Secure:- Secured on INTERNET
6)Archtectural Neutral:-java program can run on any
running architecture
7)Portable:-Can run on any OS
because JVM is same for every os
JRE is diff for every OS
8)Multithreaded:-Supports Multithreding.
9)Interpreted:-java prg is interprited at least 5 times
10)Dynamic:-loading and unloading of LIB is at run time
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
What is an example of a keyword?
How do you empty a list in java?
Difference between abstract and concrete class ?
Can we rethrow the same exception from catch handler?
How do you declare a variable?
What all access modifiers are allowed for top class ?
What occurs when an object is constructed?
Which collection is thread safe in java?
Why is static used?
Define "Access specifiers" in java.
Give reasons supporting that string is immutable.
Can abstract class have private constructor?
List the interfaces which extends collection interface?
What about static nested classes in java?
Can you tell me range of byte?