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 |
Explain the difference between hashmap and hashtable in java?
What do you mean by platform independence of Java?
What is visibility mode?
Can we create a constructor in abstract class?
What are classloaders?
How are this and super used?
suppose we have an interface & that interface contains five methods. if a class implements that interface then we have to bound that to give tha definition of all five methods in that class. If we declare that class as abstract then can we call only two methods to give the deinition of that method & i don't want to give the definition of all the methods? can it possible
What is a conditional statement explain with example?
Does the order of public and static declaration matter in main method?
What is byte data type?
Explain features of interfaces in java?
What is the purpose of a parameter?