Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть structure of java program explanation in hindi

  • Tarun Sir
  • 2022-07-10
  • 687
structure of java program explanation in hindi
competitive coding in javacs company interview questionjava tutorial by tarun sirjava tutorial for beginnersbest java tutorial in hindistructure of java programmeaning of public static void main in javacan a java program have multiple classescan we have different names of class and java program fileWhat is structure of Java program?Explain the basic structure of a program in JavaBasic Structure of Java Program with Examplemain function in java
  • ok logo

Скачать structure of java program explanation in hindi бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно structure of java program explanation in hindi или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку structure of java program explanation in hindi бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео structure of java program explanation in hindi

In this video you will learn that what is the basic structure of a java program.
Structure of Java Program
• The java program is stored in a file having extension .java
• A java program can have class, abstract class or an interface.
• If you want to make your program executable then your class must contain main() function.
• A java file contain any number of classes.
• Every class can contain a main() function.

The structure of a basic java program looks like as follows :
class ClassName
{ public static void main(String []args)
{ //code goes here;
}
}

class : class is the keyword, which is used to define class.

ClassName : It is an identifier, you can use any name here.
{} tells the boundary of the class.

public: It is visibility mode of main(), it specifies that main() function is public and it can be called outside from this class.

The main() is called by Java Virtual Machine, and execution of java program always starts from main().

static: In java, main() is always static as it is called by JVM without creating any object.

void: void is the return type of main(). In java main() does not return anything, so its return type must be void.
If you change the return type of main() then your program can be compiled, but at execution it gives error.

main() : main() is the function. Execution of every java program starts from main().
In java, main() Takes an array of String as argument.



www.tarunsir.com
www.cinstitute.org.in
Connect me on linkedin   / tarrunverrma  
  / the_ultimate_coding_stuff  

#tarunsir #javatutorial #learnprogramming #java #main

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]