Big Update in Java for Learners and Trainers

preview_player
Показать описание
#javadeveloper #telusko #java #development #jdk
Рекомендации по теме
Комментарии
Автор

this will make them more confused for sure

rushikeshlande
Автор

I will never stop writing public static void main string args. It’s stuck in my head at this point

micahjacobson
Автор

Honestly No Java Developer is EXCITED about this 😂

YouTubeisZionistTool
Автор

Let me explain from the beginning.
As java is a Object Oriented programming language so everything will be in the Class & main Method will always be in the public Class.

public -> Access Specifier (who can Access it )

static ->Helps in without making an Object we can execute class's methods & properties. ( Here it helps the compiler )

Void -> Return Type

main -> program will always start from the main Method.

String[] args -> helps when we use CMD to run the program.

System -> This is a final class defined in the java.lang package.

Out-> This is a static member of the System class, and is an instance of PrintStream

Println -> This is a method of PrintStream

Let me know whether I made some mistake or not...

👍✌️

ashish.Mishra
Автор

I believe the keywords were a good introduction to classes and objects. For me, it was easier to understand classes and objects after i used public static void main multiple times

LearnJava_Programming
Автор

finally java did it after ruling the web world for near about 2 decades.

suraj.mohapatra
Автор

They should've sticked to the longer version, it makes more sense considering how Java was designed. Changing only that doesn't mean the learner will have an easy journey. We love Java for who and how it is.

gillesashley
Автор

True sir... I felt that at first and i thought java is hard.. And then watching your videos i understood that it's easy to learn🙂❤

soorajkv
Автор

No way ... We wont write hello world without public static void main string args ha ha 😅

vitz
Автор

The new updated syntax make actually java developer confused😂

RahulNaskar-npws
Автор

Then how can we call the main method before object creation without static keyword..

SnehaLatha-
Автор

You know some schools are still using BlueJ for teaching java (ICSE). I remember back in 2002/2003 our school labs had that crap IDE. We preferred notepad and cmd line.

This java 21 reminds me of the bluej 😅. It'll confuse new learners or worse teach them wrong concepts

kaushikmitra
Автор

i understand the concept but evertime I start a project, I didn't know what to do. I don't know why but it was so hard to start

nocturnal
Автор

I had no idea about that, imma check it out

kalpitgudigar
Автор

I don’t like not knowing/seeing my access modifiers…

DoBetter.g
Автор

Python:
Print("hello world")

nipurnbandi
Автор

Java is really hard for beginners but it becomes very easy and sexy in intermediate or advanced stages bcz code is so maintainabl

junaidkhankhan
Автор

Love java, mi choise to learn is java platform of computing and software language of develompent

charllesramosdasilva-rjof
Автор

It's still a preview feature in Java 21, so don't get too excited.

jabuci
Автор

You mean Java became procedural oriented language like c++?

coderunner