adspace
Does java support function overloading, pointers, structures, unions or linked lists?
Answer Posted / Bushra Khan
Java does not support function overloading (since all methods must have unique signatures), pointers, structures, unions, or linked lists as they are low-level constructs that can lead to complex and error-prone code. Instead, Java provides classes like ArrayList for handling collections, and the class library has data structures analogous to C++'s built-in types.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is java string pool?
What is a classloader in java?
What are the differences between heap and stack memory in java?
What do you mean by an interface in java?
Realized?
What is the difference between break and continue statements?
Write a program to print count of empty strings in java 8?
explain different ways of using thread? : Java thread
How to create a base64 decoder in java8?
What is parsing in java?
What is the difference between equals() and == in java?
Is minecraft 1.15 out?
Explain public static void main(string args[]) in java.
How to sort array in descending order in java?
Differentiate between static and non-static methods in java.