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
Can a private method of a superclass be declared within a subclass?
What is a singleton puppy?
How do you use substring in java?
Difference difference paint() and paintcomponent()?
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
Can a java program have 2 main methods?
Can java hashmap have duplicate keys?
Can memory leak happen java?
Is arraylist sorted in java?
What do you mean by Function Overloading in java?
What is the synonym of framework?
What is substring 1 in java?
Is java still necessary?
What is the maximum size of hashmap in java?
What is the difference between static class and normal class?