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 we define package statement after import statement in java?
Mention some features of java?
What is final?
Difference difference paint() and paintcomponent()?
What is your platform’s default character encoding?
Is there any sort function in java?
What are the restrictions imposed on method overriding?
Is null an object java?
What is the difference between dom and sax parser in java?
Why are generics used?
What is ide with example?
What is static block?
Difference between method overloading and method overriding in java ?
You're given a Boolean 2D matrix, can you find the number of islands?
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).