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 |
What is unsigned char?
Are registers volatile?
What is the scope or life time of instance variables?
System.out & System.in are final static data member of System class but we can change there reference through setOut() & setIn() method how...
How many bits does a boolean take?
Explain the difference between string, stringbuffer and stringbuilder in java?
what is a green thread? : Java thread
Explain the concept of polymorphism with examples?
What is meant by design patterns?
What is the difference between panel and frame ?
7 Answers HCL, IBM, Raim Techno Solutions,
Can a static method be final?
What is getkey () in java?