#7 Literal in Java

  Рет қаралды 260,810

Telusko

Telusko

Күн бұрын

Пікірлер: 26
@C_o_d_e_Help
@C_o_d_e_Help 11 ай бұрын
Ur teaching style is awesome !!
@NazziiaBegum.p
@NazziiaBegum.p Жыл бұрын
very good class sir i could not able to understand programs but this class was awesome
@PrinceManyeka
@PrinceManyeka Жыл бұрын
Please make a series on creating a game engine with Java sir
@UNKNOWN-ls4wc
@UNKNOWN-ls4wc Жыл бұрын
Bro Regular Expression in java ... plz tell us about this topic..
@24_cst3_eshagunjekar7
@24_cst3_eshagunjekar7 11 ай бұрын
please take coding questions also
@24_cst3_eshagunjekar7
@24_cst3_eshagunjekar7 11 ай бұрын
amazing teaching
@amitbirajdar3613
@amitbirajdar3613 11 ай бұрын
Thank you so much sir
@Tamilarasu03
@Tamilarasu03 3 ай бұрын
Is literal is support for all datatypes or not
@vr_edit_1
@vr_edit_1 Жыл бұрын
Sir please provide their notes. Please sir
@amitoshjaiswal6329
@amitoshjaiswal6329 Жыл бұрын
int c=1_00_00_000; //This is working int cI=1_000_000_000_000; //This is not working Why is so?
@Anil_KumarG
@Anil_KumarG Жыл бұрын
out of range for int
@GargeyasaikrishnaChava
@GargeyasaikrishnaChava Жыл бұрын
Place under score for 00 00 00 00 000
@sandunimaheshika8899
@sandunimaheshika8899 Жыл бұрын
thank you
@pravajyadalal4340
@pravajyadalal4340 9 ай бұрын
what is 12e10 here? I didnt understand it
@jeyyoongs._.5652
@jeyyoongs._.5652 9 ай бұрын
it is like writing in the forn of 1.2x10^11 or 12x10^10
@devanshusachdev7367
@devanshusachdev7367 Жыл бұрын
New Info --> 1:24
@ahmadsyed3372
@ahmadsyed3372 Жыл бұрын
What! It's like u jump/skip too far from the last video lesson and too fast as well. I can understand bcoz I've learned c and c++ language before but a real beginner will confuse and cry
@ajideolamilekan
@ajideolamilekan Жыл бұрын
I guess that’s why I’m confused
@nikhildabholkar1814
@nikhildabholkar1814 3 ай бұрын
I am totally confused like where did all thise value came from
@Mukeshsainaidu
@Mukeshsainaidu Жыл бұрын
3:50 class HelloWorld { public static void main(String[] args) { char c = 'a'; c = c+1; System.out.println(c); } } Error: conversion from int to char c = c+1; ^ 1 error when I use c++ it works...
@Mukeshsainaidu
@Mukeshsainaidu Жыл бұрын
with help of chat gpt i found class HelloWorld { public static void main(String[] args) { char c = 'a'; c = (char)(c+3); System.out.println(c); } } This works...
@ashleshkanchan825
@ashleshkanchan825 Жыл бұрын
First you'll have to understand it in terms of ASCII code(I think it's actually in Unicode, but idk how to explain in it, so I'll tell in ASCII) The ASCII of 'a' is 97 and 'b' is 98 When you do c++, it's like incrementing the ASCII code. first c= 97(in ASCII- I.E, a) C++: now it's c=98(in ASCII- I.E, b) So this is how char increament works. But c = c+1; Is like adding an Integer(1) to a character/string(a) In layman terms it's like Adding a Number to alphabet, Which is not possible.- hence an ERROR Well, I'm 3 months late, so I hope you'd already figured it out
@Mukeshsainaidu
@Mukeshsainaidu 11 ай бұрын
​@@ashleshkanchan825Thanks bro sorry for late reply.
#8 Type Conversion in Java
12:33
Telusko
Рет қаралды 307 М.
Learn Python OOP in under 20 Minutes
18:32
Indently
Рет қаралды 89 М.
Friends make memories together part 2  | Trà Đặng #short #bestfriend #bff #tiktok
00:18
小蚂蚁会选到什么呢!#火影忍者 #佐助 #家庭
00:47
火影忍者一家
Рет қаралды 131 МЛН
World’s strongest WOMAN vs regular GIRLS
00:56
A4
Рет қаралды 12 МЛН
Literals in Java | Java Programming Language | Java
37:52
Engineer's choice tutor
Рет қаралды 2,2 М.
Character Hunt : Mastering The Art Of charAt
10:35
Code Smart with Maggie
Рет қаралды 3,2 М.
#9 Arithmetic Operators in Java
10:16
Telusko
Рет қаралды 205 М.
.equals() vs. == in Java - The Real Difference
8:48
Coding with John
Рет қаралды 192 М.
#6 Data types in Java
12:19
Telusko
Рет қаралды 325 М.
Learn Java in 15 Minutes (seriously)
19:50
ForrestKnight
Рет қаралды 102 М.
#34 What is String in Java
7:24
Telusko
Рет қаралды 143 М.
Object-oriented Programming in 7 minutes | Mosh
7:34
Programming with Mosh
Рет қаралды 4 МЛН
Friends make memories together part 2  | Trà Đặng #short #bestfriend #bff #tiktok
00:18