Skip to content
#

data-types

Here are 21 public repositories matching this topic...

The float data type is a single-precision 32-bit IEEE 754 floating point.Its value range is unlimited. It is recommended to use a float (instead of double) if you need to save memory in large arrays of floating point numbers. The double data type is a double-precision 64-bit IEEE 754 floating point. Its value range is unlimited.

  • Updated Jan 17, 2023
  • Java

The course examines fundamental concepts in programming, which are the basis for effective and quality training in the professional modules. The fundamentals of web development are covered, as well as one of the most common technologies and tools, with which the course successfully builds students' understanding of the upcoming professional modu…

  • Updated Aug 7, 2022
  • Java

Programming | Java | IntelliJ | Data Types - Primitive, Reference | String and its operations | Control Statements - For, ForEach, While, Switch-Case| OOPS concepts - Encapsulation, Inheritance, Polymorphism | Abstraction using Interface and Abstract class | Access Modifiers | Exception Handling | File Operations - READ, WRITE

  • Updated May 16, 2022
  • Java

Improve this page

Add a description, image, and links to the data-types topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the data-types topic, visit your repo's landing page and select "manage topics."

Learn more