Back to Browse

#7 | Why public static void main(string args[]) java in tamil

27.8K views
Oct 9, 2018
5:29

#7 | Java Beginners Tutorial | public static void main(string srgs[]) java in tamil... Each word has a different meaning and purpose : Public : is an Access Modifier, which defines who can access this Method. Public means that this Method will be accessible by any Class(If other Classes are able to access this Class.). Static : is a keyword which identifies the class related thing. This means the given Method or variable is not instance related but Class related. It can be accessed without creating the instance of a Class. Void : is used to define the Return Type of the Method. It defines what the method can return. Void means the Method will not return any value. main: is the name of the Method. This Method name is searched by JVM as a starting point for an application with a particular signature only. String args[] : is the parameter to the main Method. c tutorial link - https://www.youtube.com/watch?v=SBmWfZm5WAM&list=PLIFRUdRwOM0-Zun8gJWuFE0z-jg_f8X9u oops link - https://www.youtube.com/watch?v=IdetKDDeBLw&list=PLIFRUdRwOM09r6Z6D3KJC1UV9ooeG4lHf html5 link - https://www.youtube.com/watch?v=ewAlCOUSTbk&list=PLIFRUdRwOM09ZtetIgTs--5SBObWHOhzL css3 link - https://www.youtube.com/watch?v=O7fK_4nfu1A&list=PLIFRUdRwOM0-PF6p9_OVct3Jl98ytQ9qX javascript link - https://www.youtube.com/watch?v=O7fK_4nfu1A&list=PLIFRUdRwOM0-PF6p9_OVct3Jl98ytQ9qX python link https://www.youtube.com/watch?v=PrLRGf4Hqqc&list=PLIFRUdRwOM0_hcLruKbsHWnU5P2uLBgsp c tricks - https://www.youtube.com/watch?v=24OCcGMQtmI&list=PLIFRUdRwOM0-z6dj62XRAMgU84eowlfE9 c interview questions - https://www.youtube.com/watch?v=spiJxQxFB90&list=PLIFRUdRwOM0-Kk5hgepcqj7MosAhLa2Ve sample program - https://www.youtube.com/watch?v=hyTtKMWbWg0&list=PLIFRUdRwOM09CwYBWWbQaeBG87Dh79GVA c++ program - https://www.youtube.com/watch?v=wZDEXFoFieI&list=PLIFRUdRwOM0_vSrCvZkmLCCGR0rUXCZ7m vb6 tutorial - https://www.youtube.com/playlist?list=PLIFRUdRwOM0-TvOqhFfk33LSqaIVBltIl __ like our face book page.. https://www.facebook.com/SANTRATECHSPOT -------------------------------------------------------------------------------- send request our channel official facebookprofile... https://www.facebook.com/santra.techspot.5 --------------------------------------------------------------------------------- #santratechspot #javatutorial #reending

Download

1 formats

Video Formats

360pmp45.7 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

#7 | Why public static void main(string args[]) java in tamil | NatokHD