answersLogoWhite

0

Can you use data structure in java?

User Avatar

Anonymous

13y ago
Updated: 8/19/2019

Yes. Its just (sort of) like C and C++. The difference is that Java does not have pointers, it has references, but, philosophically, its the same thing.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How data hiding is achieved in java?

Data hiding in the java is achieved through the use of encapsulation.


Where can Java Queue be downloaded?

A 'queue' is a particular kind of data structure that Java is capable of working with. There are no products called "Java Queue" and is thus not something one can download.


What is a connection class in java?

to connect java and data base...use connection stament


In what career would one use Java collections?

Careers that use Java Collections include programmers who build data capture and storage programs, as a Java Collection is a framework that allows a programmer to implement reusable data into a program.


We use file to store data so why don't we use it as data structure?

A homework question but here is a clue. A data structure is ****?


Why steganography is good with java?

Steganography is good with JAVA because JAVA is a highly secured language. If we use steganography with JAVA, it will enforce multiple levels of security of data. form: RISHU


What is a connection class in?

to connect java and data base...use connection stament


How can Dijkstra's algorithm be implemented in Java using a heap data structure for efficient shortest path calculations?

Dijkstra's algorithm can be implemented in Java using a heap data structure to efficiently calculate the shortest path. The heap data structure helps in maintaining the priority queue of vertices based on their distances from the source node. By updating the distances and reorganizing the heap, the algorithm can find the shortest path in a more optimized way compared to using other data structures.


What are the advantages of using a Java sorted list data structure over other data structures for storing and managing data?

One advantage of using a Java sorted list data structure is that it maintains elements in a sorted order, making it easier and faster to search for specific items. This can be particularly useful when dealing with large amounts of data that need to be accessed in a specific order. Additionally, a sorted list can also facilitate efficient insertion and deletion operations, as the structure is already organized in a sorted manner.


How can I efficiently manage and manipulate large amounts of data using heaps in Java?

To efficiently manage and manipulate large amounts of data using heaps in Java, you can use the PriorityQueue class, which is a type of heap data structure. This class allows you to store and organize data in a way that makes it easy to access and manipulate elements based on their priority. By using methods such as add(), poll(), and peek(), you can efficiently insert, remove, and retrieve elements from the heap. This can help you optimize your data processing tasks and improve the performance of your Java programs when dealing with large datasets.


What are Java web services used for?

Java web services are used for a means to share data between other people. Other applications use Java to display their information correctly on the web.


What is data binding in java?

Data binding is basically a technique for binding two data/information sources together and maintaining a synchronization of data.You usually achieve this with two data/information sources with different languages as in XML data binding or in fact using Java, Java UI elements to Java objects.