MAIN METHOD EXPLANATION - JAVA PROGRAMMING

  Рет қаралды 172,573

Sundeep Saradhi Kanthety

Sundeep Saradhi Kanthety

Күн бұрын

Пікірлер: 62
@acsahannasimon7292
@acsahannasimon7292 4 жыл бұрын
Thank you soo much sir You have cleared all my doubts and i like your teaching style
@kalyanidhudas4456
@kalyanidhudas4456 4 жыл бұрын
Yor are great, you are cleared all my doubts, great thank uh🙏
@MohammedSameer-rx5rz
@MohammedSameer-rx5rz Жыл бұрын
public static void main(String[] args { = // it is a Entry point for java application, to execute the Programm // public = it is an Access Modifier // Static = our main class is a Class method // void = it represents the Main method returns No value // args is an array, From the Command Prompt , It is passing the every input as in form of String via array // when we write String args [ ], it will take every command line argument which means values, in the form of String and it will convert it to any data type whenever it is needed // The main method takes a single argument, an array of String objects called args. This array is used to pass command-line arguments to the program. A single argument is a value that is passed to a method or function when it is called. In the case of the main method in a Java program, the single argument is an array of String objects called args.
@AmarLakiii
@AmarLakiii 2 жыл бұрын
Woww superb mind-blowing sir....
@vishnubabukondisetty6267
@vishnubabukondisetty6267 4 жыл бұрын
Super explanation sir Thank u so much
@akshatabani8927
@akshatabani8927 3 жыл бұрын
Very good teaching😍
@Tarun_Kotagiri
@Tarun_Kotagiri 3 жыл бұрын
The main method is actually public because it needs to be called by java application.. remember we write "java test" where test is the bytecode for running the program.. as we know bytecode is not executed by the operating system.. but rather by the jvm.. Not trying to be rude.. just wanted to share the intel.
@mdsameena3963
@mdsameena3963 4 жыл бұрын
Super explanation sir
@gilancadre6236
@gilancadre6236 2 жыл бұрын
Your Chanel is really good
@aliusa6327
@aliusa6327 5 жыл бұрын
i have just subscribe to your channel good job thanks for your explaination keep up ❤🙏 waiting for game developement in java series or Ai in Python
@SwamiShreekant
@SwamiShreekant 4 жыл бұрын
Superb Sir ---> Direct Concept Clear♥
@srivigneshcreations.9204
@srivigneshcreations.9204 3 жыл бұрын
The way of teaching is very good to understand tq sir make some more concepts .
@ajohpv7033
@ajohpv7033 3 жыл бұрын
Well done
@rekhanatarajan6149
@rekhanatarajan6149 3 жыл бұрын
thank u sir...nice explanation..
@baikadisaikumar2302
@baikadisaikumar2302 2 жыл бұрын
Thank you very much Sir..
@SizzlingWithShaj
@SizzlingWithShaj 3 жыл бұрын
As you told we can change the return type to some other like int, String, can we have one live example please? Since it won't work if we use another return type than void
@khushmnsangha177
@khushmnsangha177 Жыл бұрын
thanku sir
@sriharismart9255
@sriharismart9255 5 жыл бұрын
Good explanation sir
@sarathiacherjee8372
@sarathiacherjee8372 3 жыл бұрын
Nice
@iniyaviji2796
@iniyaviji2796 Жыл бұрын
Thank you sir super sir
@prasadaute2264
@prasadaute2264 4 жыл бұрын
You explained well
@nagasulochana595
@nagasulochana595 Жыл бұрын
Thank you
@yashparmar5722
@yashparmar5722 Жыл бұрын
Thanks ❤
@venkatasairam1502
@venkatasairam1502 5 жыл бұрын
All good
@mithunram5346
@mithunram5346 2 жыл бұрын
Thanks a lot
@tonystark-ov4nf
@tonystark-ov4nf 5 жыл бұрын
Sir can you upload videos of AWT..and applet's gui..u r teaching is so good..and also streaming videos
@sanm3338
@sanm3338 4 жыл бұрын
good job making beginners life easy! can you please make java 8 syntax and methods
@satyakrishnapalla5190
@satyakrishnapalla5190 2 жыл бұрын
Thank u
@venkateshn7996
@venkateshn7996 4 жыл бұрын
Sir teaching is really easy to understand,sir please videos for collections and generics
@jubilinjose1234
@jubilinjose1234 4 жыл бұрын
Sir, can you please suggest an android app for executing all types of java programs..since we were having online classes.
@xtremeninja6859
@xtremeninja6859 3 жыл бұрын
AIDE It is available on Play Store
@Helloworld97977
@Helloworld97977 3 жыл бұрын
Thank u sir
@pmohan7377
@pmohan7377 5 жыл бұрын
Why it should be string of args We are not giving inputs every time in cmd line
@swathidevasenapathy6128
@swathidevasenapathy6128 4 жыл бұрын
Sir pls xplain method declaration and field declaration in java...
@jai3537
@jai3537 4 жыл бұрын
Great , But please number you sessions so on can no the previous and next sessions
@AbdulBasith-ev9mf
@AbdulBasith-ev9mf 4 жыл бұрын
'args' is identifier..So we can use any valid identifier instead of args
@AjithKumaR-jw9wt
@AjithKumaR-jw9wt 3 жыл бұрын
Yes we can use
@PavanKumar-zd2sy
@PavanKumar-zd2sy 3 жыл бұрын
If we are not executing using command line arguments and if we missed including string args[ ] as parameter....then will it gets executed, if not why? Can you please explain it sir !!..
@xtremeninja6859
@xtremeninja6859 3 жыл бұрын
Sir pls solve my problem When I run a program it shows that There is no main method to run this project I use AIDE(android coding app) I don't understand why this is coming And there are also no errors in the program....
@TheMayuresh777
@TheMayuresh777 4 ай бұрын
👍 right😂
@rellisravankumar9133
@rellisravankumar9133 3 жыл бұрын
I have query which string args with not given in main function it can work it or not else it shows as error JVM
@killiprasad8615
@killiprasad8615 5 жыл бұрын
Babai regular classes pettu offline classes cheppu institute pettu
@ramu12947
@ramu12947 Жыл бұрын
Explain jdbc in java sir
@niroshacharala1324
@niroshacharala1324 4 жыл бұрын
Is there any videos of yours about execution part of program in both stock and heap area sir?
@niroshacharala1324
@niroshacharala1324 4 жыл бұрын
Plz reply me
@koi7557
@koi7557 4 жыл бұрын
Hi, the parameter should be String[] args
@balakrishnann3134
@balakrishnann3134 4 жыл бұрын
both are right.
@charankaringula6647
@charankaringula6647 4 жыл бұрын
sir...why ' S ' is capitalized in String[] args?
@bandarupriyanka8179
@bandarupriyanka8179 3 жыл бұрын
String is a class so we have to write capital letter in class
@sugureshark8472
@sugureshark8472 2 жыл бұрын
Can you give one example
@rishimaddheshiya3031
@rishimaddheshiya3031 7 ай бұрын
Eska code kya hoga sir code bataiye
@Successbuddy08
@Successbuddy08 2 жыл бұрын
Please hindi
@gaurrahul619
@gaurrahul619 5 жыл бұрын
Why return type of main is void in Java?
@ttv9329
@ttv9329 5 жыл бұрын
void = just does something, doesn't return any value.
@ramanakumar4232
@ramanakumar4232 3 жыл бұрын
Their is no rule that void is only the return type . According to our program we can change it to int ,float etc..... But ,mostly return type is void because it is inside the class .
@Altamash-m2k
@Altamash-m2k Жыл бұрын
In Hindi please
@abdulmuqsith4727
@abdulmuqsith4727 3 жыл бұрын
nalla varuva da gundu paiya....nadrida....
@akil1381
@akil1381 4 жыл бұрын
I have a clarification on 'public', it is access specifier ??? Not access modifier
@SF_Sensei
@SF_Sensei 2 жыл бұрын
what is the difference between these main method public static void main(String args[ ] ) public static void main(String[ ] args )
@vijayakhemnar590
@vijayakhemnar590 2 жыл бұрын
Both are same
@SachinHB-ol6mx
@SachinHB-ol6mx Жыл бұрын
Yeah both are correct and u will get output... And also we can use these public static void main(String... args) static public void main(String[] args) static public void main(String args[])
@vijayagopal6691
@vijayagopal6691 Жыл бұрын
Thanku sir
OVERLOADING CONCEPT - JAVA PROGRAMMING
29:05
Sundeep Saradhi Kanthety
Рет қаралды 192 М.
Explain about public static void main(String[] args); ( PART- I )
28:14
DURGA EDUCATION
Рет қаралды 672 М.
Farmer narrowly escapes tiger attack
00:20
CTV News
Рет қаралды 15 МЛН
If people acted like cats 🙀😹 LeoNata family #shorts
00:22
LeoNata Family
Рет қаралды 42 МЛН
How Many Balloons To Make A Store Fly?
00:22
MrBeast
Рет қаралды 190 МЛН
STATIC VARIABLES, STATIC METHODS & STATIC BLOCK - JAVA PROGRAMMING
22:40
Sundeep Saradhi Kanthety
Рет қаралды 237 М.
Java Main Method Explained - What Does All That Stuff Mean?
7:10
Coding with John
Рет қаралды 244 М.
INPUT-OUTPUT FUNCTIONS(SCANNER CLASS) - JAVA PROGRAMMING
29:11
Sundeep Saradhi Kanthety
Рет қаралды 164 М.
Generics In Java - Full Simple Tutorial
17:34
Coding with John
Рет қаралды 1,1 МЛН
INPUT-OUTPUT FUNCTIONS (BufferedReader CLASS) - JAVA PROGRAMMING
21:19
Sundeep Saradhi Kanthety
Рет қаралды 121 М.
Static vs Non-Static Variables and Methods In Java - Full Simple Tutorial
11:29
Learn Java in 15 Minutes (seriously)
19:50
ForrestKnight
Рет қаралды 140 М.
DIFFERENCES BETWEEN METHOD OVERLOADING AND OVERRIDING - JAVA PROGRAMMING
13:35
Sundeep Saradhi Kanthety
Рет қаралды 175 М.