What primitive Java types? Howmany are they and what are
their names?
Answer Posted / prasanna
They are implicitly defined in Java.There are 8 of them and
they are:
boolean,char,byte,short,int,long,float,double
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is keyset in java?
Define Multiprogramming and Multiprocessing in java.
Write a program to reverse array in place?
what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread
What is comparator in java?
What is the purpose of static methods and static variables?
What is the difference between a static and a non-static inner class in java programming?
Can an object subclass another object?
What is the difference between private & public & friendly classes?
Are arrays immutable in java?
What are java packages? What's the significance of packages?
Can a source file contain more than one class declaration?
What are the 4 versions of java?
Is oracle charging for java?
What if static is removed from main method?