What are void pointers?
A void pointer is a pointer that has no associated data type with it. A void pointer can hold address of any type and can be typecast to any type.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we use String with switch case?
What is the use of singleton?
How many digits can a float hold?
What does the string method compareto () do?
what is ABSTRACTION and what are using in real time project?
int a=10,b=20,c=30 a= b+c;b=a+c;c=a+b; System.out.println("The value is"+a+b+c;
Why is a string immutable?
What is the purpose of skeleton and stub?
heavy components means what?
Is there a sort function in java?
What is boolean strategy?
What are the advantages of defining packages in java?