Answer Posted / glibwaresoftsolutions
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
What is a variable simple definition?
In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?
What are the different types of sorting in java?
Why we override equals() method?
What is final?
What is unicode datatype?
What are the different access modifiers available in java?
What is the difference between reader/writer and inputstream/output stream?
How to display all the prime numbers between 1 and n (n is the number, get the input from user)
Explain differences between checked and unchecked exceptions in java?
Add a value x to array from index l to r where 0 <= l <= r <= n-1
What is reflexive association?
Can we sort hashset in java?
Is it possible to write a regular expression to check if string is a number?
Write a program to show whether a graph is a tree or not using adjacency matrix.