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
Can we overload the main() method?
What are the drawbacks of reflection?
What is the difference between abstract classes and interfaces?
What is an eror in java?
Which class represents the socket that both the client and server use to communicate with each other?
What is the base class for error and exception?
What is the meaning of nullable?
How objects of a class are created if no constructor is defined in the class?
What is a method in programming?
What happens if we don’t override run method ?
How do you replace a string in java?
Why java is made?
Is main is a keyword?
what do you understand by the term string with respect to java?
What is the point of polymorphism java?