About 15,500 results
Open links in new tab
  1. Dynamic array - Wikipedia

    The logical size and capacity of the final array are shown. In computer science, a dynamic array, growable array, resizable array, dynamic table, mutable array, or array list is a random access, …

  2. List (abstract data type) - Wikipedia

    A singly-linked list structure, implementing a list with three integer elements. The term list is also used for several concrete data structures that can be used to implement abstract lists, …

  3. Container (abstract data type) - Wikipedia

    Diagram of the class and interface hierarchy of the Java collections framework In computer science, a container is a class or a data structure [1][2] whose instances are collections of …

  4. Primitive data type - Wikipedia

    Java The basic types of Java are similar to that of C. The Java virtual machine's set of primitive data types consists of: [14] byte, short, int, long, char (integer types with a variety of ranges) …

  5. Java syntax - Wikipedia

    Java syntax A snippet of Java code with keywords highlighted in bold blue font The syntax of Java is the set of rules defining how a Java program is written and interpreted. The syntax is mostly …

  6. JVM bytecode - Wikipedia

    JVM bytecode is the instruction set of the Java virtual machine (JVM), the language to which Java and other JVM-compatible source code is compiled. [1] Each instruction is represented by a …

  7. Java collections framework - Wikipedia

    Java collections framework class and interface hierarchy, excluding types in the java.util.concurrent package and a few other classes The Java collections framework is a set …

  8. Outline of the Java programming language - Wikipedia

    The following outline is provided as an overview of and topical guide to Java: Java is a general-purpose, concurrent, object-oriented, class-based, strong, and statically typed programming …

  9. Array (data structure) - Wikipedia

    In computer science, an array is a data structure consisting of a collection of elements (values or variables), of same memory size, each identified by at least one array index or key, a …

  10. Comparison of C Sharp and Java - Wikipedia

    Java (the programming language) is designed to execute on the Java platform via the Java Runtime Environment (JRE). The Java platform includes the Java virtual machine (JVM) and a …