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


Please Help Members By Posting Answers For Below Questions

What is java string pool?

1088


What is a classloader in java?

1096


What are the differences between heap and stack memory in java?

1151


What do you mean by an interface in java?

1107


Realized?

2272


What is the difference between break and continue statements?

1131


Write a program to print count of empty strings in java 8?

1092


explain different ways of using thread? : Java thread

1089


How to create a base64 decoder in java8?

1144


What is parsing in java?

1046


What is the difference between equals() and == in java?

1047


Is minecraft 1.15 out?

1049


Explain public static void main(string args[]) in java.

1084


How to sort array in descending order in java?

999


Differentiate between static and non-static methods in java.

1131