#Java_program

Published: 03 July 2021
on channel: AR Learning
47
11

#Arlearning#byaaditeyraaz
#Arlearning #AbhishekRahul




   / @arlearning8532  


------WAP to print prime number between 1 to 100 -- -------
#Arlearning
#Arlearning#byaaditeyraaz
------------❣️❣️❣️❣️❣️-------
Facebook -  / rahulraj.r.rahulraj.37  
-------❤❤❤❤❤❤----------

Instagram:-https://www.instagram.com/raazaaditey...
-----❤❤❤❤❤❤❤------

🥰----------------------------------------------------------------------------------------------- Contact No : +91 735004564 (Whats App Also Available) Email ID - learningar7@gmail.com

===================================================================================================================== EXPLANATION OF EACH TERM IN ABOVE PROGRAM : class : - class is a keyword. - Java is an object oriented programming and you cannot run your code without a class in Java. So you need to put your code inside a class. - In one java program, there can be only single public class. - Syntax of class : access-modifier class ClassName { //body } - If a class has no modifier (the default, also known as package-private), it is visible only within its own package (you will learn about them in a later episodes) ---------------------------------------------------------------------------------------------------primeNoq : -PrimeNo1 is an Identifier (user-defined class name) - Class-name should follow the rules of an identifier. --------------------------------------------------------------------------------------------------- public : - public is access modifier keyword. - JVM can be installed anywhere i.e. C or D or any other drive and JVM is responsible to call main method which may be in any other drive, thus to call main method by JVM from anywhere, “main” method should be declared public. --------------------------------------------------------------------------------------------------- static : - static is keyword. - At the time of execution there is no object, thus by declaring main method as static, it becomes class level method (not object level method), so it can be called without object (JVM class main method). Thus main method no where related to object. --------------------------------------------------------------------------------------------------- void : - void is return type keyword. - void means nothing or empty. - main method has void return type as it does not return anything to JVM. If it returns then what will JVM do with the value, it will be of no use. --------------------------------------------------------------------------------------------------- main() : - main is predefined method, which is configured inside JVM. - JVM always start its execution from main method. --------------------------------------------------------------------------------------------------- String[] args : - command-line arguments -----------------------------
---------------------------------------------------------------------- System : - Predefined class present in “java.lang” package. --------------------------------------------------------------------------------------------------- out : - out is a “static variable”of “PrintStream” class present in “System” class. - Three static variables of PrintStram class are : - - out (for output) - in (for input) - err (for error) ---------------------------------------------------------------------------Ignore these tags:
java tutorial for beginners in hindi,
java tutorial for beginners android studio,
java tutorial for beginners anuj,
java tutorial for beginners android studio in hindi,
java tutorial for beginners arrays,
java tutorial for beginners android,
java tutorial for beginners coding,
java tutorial for beginners class 12,
java tutorial for beginners command prompt,
java tutorial for beginners crash course,
java tutorial for beginners data types,
java tutorial for beginners eclipse 2020,
java tutorial for beginners eclipse,
java tutorial for beginners full course,
java tutorial for beginners free,
java tutorial for beginners full course in hindi,
java tutorial for beginners full,
java tutorial for beginners from scratch,
java tutorial for beginners hindi,
java tutorial for beginners hello world,
core java tutorial for beginners hindi,
java language tutorial for beginners in hindi,
java tutorial for beginners jdk,
java tutorial for beginners programming knowledge,
java tutorial for beginners latest,
java tutorial for beginners loops,
java tutorial for beginners learninglad,
java language tutorial for beginners,
java tutorial in one video,
java tutorial in one video in hindi,
learn java in one video hindi- -

#Arlearning
#Arlearning #byaaditeyraaz

subscribe my channel😍😍😍😍🤘🤘🤘🤘


#Arlearning
#Arlearning #byaaditeyraaz

subscribe my channel😍😍😍😍🤘🤘🤘🤘


On this page of the site you can watch the video online #Java_program with a duration of hours minute second in good quality, which was uploaded by the user AR Learning 03 July 2021, share the link with friends and acquaintances, this video has already been watched 47 times on youtube and it was liked by 11 viewers. Enjoy your viewing!