Answer Posted / hr@tgksolutions.com
Java has two different kinds of data types, which are described below:
Data Type Primitive
Object data type or non-primitive data type
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to perform bubble sort in java?
Are constructors methods?
How do you write a good declaration?
Can we have more than one package statement in the source file?
What is append function?
what is enumset?
What is private static in java?
What is the nested interface?
What is the best way to findout the time/memory consuming process?
Explain about serializable interface in java?
How can we make copy of a java object?
What is the range of a character variable?
What are the various access specifiers for java classes?
What are the data types supported by java? What is autoboxing and unboxing?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }