DAY4 JAVA DATA TYPES & VARIABLES

DAY4 JAVA DATA TYPES & VARIABLES
Java Data Types Primitive Data TypesPrimitive data types are the most basic data types available in Java. There are eight primitive data types, each serving a specific purpose:⛶byte: Size: 8-bit...
0 Read More

modelview

⛶class BlogCategory(models.Model): name = models.CharField(max_length=100, unique=True) description = models.TextField(blank=True, null=True) slug = models.SlugField(max_leng...
0 Read More

Day 3: Data Types

Data Type data type in programming defines the type of data a variable can store. It helps the computer understand how much memory to allocate and what operations can be performed on the data...
0 Read More