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 |
What is codebase?
Can we sort hashmap in java?
Can we extend singleton class?
What are the characteristics provided in jdk1.6 apart from other versions?
What is the name of the java compiler?
What is strings in java?
What is Remote Interface ?
If an object reference is set to null, will the garbage collector immediately free the memory held by that object?
What is the purpose of using bufferedinputstream and bufferedoutputstream classes?
What does += mean coding?
What is bifunction in java?
What is difference between ++ I and I ++ in java?