Java tutorial in Hindi for beginners #11 Literals in java in Hindi | Literals types in JAVA

preview_player
Показать описание
Here we learn about java, and what variables and data type in java tutorials for beginners in the Hindi language. This is a step-by-step guide to java.

Points of video
What are Literals in java?
Types of literals in Java?
Sub Types of literals .
Interview Questions.
Рекомендации по теме
Комментарии
Автор

Please support me by subscribe, like and comment :) thank you 🤗

codestepbystep
Автор

"Null" Keywords mean a variable not execute any value. Its a non-primitive data type. The variable execute the value of string is null.
E.g; String abd = null;
The output is "null".

AbdulRafay-ywqx
Автор

Null is also a value which indicates that the variable contains no value
like int a= null; so the value of a is null

aryantyagi
Автор

A null value means, a variable does not contain any value. null doesn't work with primitive data types.

AnilDhage-qf
Автор

Sir you didn't explain how the different values are coming?

prateeksingh
Автор

HELLO SIR FROM WHERE WE DOWNLOAD STUDY MATERIAL OF THAT COURSE. I DIDN'T GOT IN YOUR
GITHUB

harshitsingh
Автор

Binary literals can only be used with source level 1.7 or greater
int binary =0b1010;

dharmendrkumar
Автор

Hello sir I was practicing today about the literals through your tutorial #11, I cam to know that when I write a static function
public class Literals {
public static void main(String[] args){
int count = 025;
System.out.println(count);
}
}
so I get the out put of "21" insted of 25 white this is an Octal Integer and te out put must be 25
PLEASE GUIDE ME REGARDING THIS.

MohsinAli-ebvk
visit shbcf.ru