Explain different data types in Java.
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
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 |
Answer / 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 |
Answer / 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 |
Answer / 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 |
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 |
What is the difference between static method and instance method in Java?
0 Answers SwanSoft Technologies,
Explain about the select method with an example?
how can i connect to database in a applet ?
How is string immutable in java?
How many JVMs can run on a single machine and what is the Just-In-Time(JIT) compiler?
What is meant by method overriding?
How do you delete a list in java?
Briefly explain the term Spring Framework
How do you generate random numbers in java?
Give me example of derived data types.
1).Is Object class abstract or not? 2).Is main method(public static void main(String args[])low priority thread or high priority thread?
why interfaces are faster than abstract classes?