WHAT IS THE MEANING OF ALL TYPE OF BUZZWORDS?
Answers were Sorted based on User's Feedback
Answer / gyana
All type of buzzwords means the word which is used to
define the charcterstics of the particular object.
such as if we say that give the description about all the
buzzwords of java then we know that we have to describe the
charcterstics of java or what the feature it gives to us.
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / 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 |
Answer / saba
we say that give the description about all the
buzzwords of java then we know that we have to describe the
charcterstics of java or what the feature it gives to us.
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / rajani nagandla
An informal term for a fashionable word or phrase that is
used more to impress than to inform.
| Is This Answer Correct ? | 8 Yes | 6 No |
Are arrays passed by reference in java?
how to minimize the functionality to will not force garbage collector?
How many bits is a float?
If you are given the name of the function at run time how will you invoke the function?
What is the formula to calculate percentage?
How do you escape a string?
What is multiple inheritance & can we implement it in java?
what are the high-level thread states? : Java thread
Explain jvm, jre, and jdk?
My application URL : http://localhost:8080/Application/Login.jsp. When a user enter this url in IE then, how it get Login.JSP Page exactly? what are the processes will happen from when we submit the URL to get Login.jsp?
What are byte codes?
What is the difference between arraylist and hashset in java?