Skip to content

Ishbarna/Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Java

Java is a high-level, class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible. Developed by Sun Microsystems in 1995 and now maintained by Oracle, Java is widely used for building web applications, desktop software, Android apps, enterprise systems, and more. One of Java’s key features is its platform independence code written in Java is compiled into bytecode, which can run on any device equipped with the Java Virtual Machine (JVM).

Data Types In Java

In Java, data types define the kind of data a variable can hold. Java is a statically-typed language, meaning you must declare the data type of a variable before using it. Java data types are broadly classified into two categories:

1. Basic Data Types

byte, short, int, long, float, double, char, boolean

2. User Defined

array, class, function

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages