Focus mode
Java'da tam sayıları belirten veri tipleri Byte, Short, Integer ve Long'tur.
public class JavaPatika {
public static void main(String[] args) {
byte a = 120;
short b = 1000;
int c = 100000;
long d = 10000000;
}
}
Programs to Accelerate Your Progress in a Software Career
Join our 4-8 month intensive Patika+ bootcamps, start with the fundamentals and gain comprehensive knowledge to kickstart your software career!
You need to enroll in the course to be able to comment!