Posts

Sketchware pro code

Image
Sketchware pro code  About All CODE hscroll(H) hscroll(V)

Chagali samal welcome development

 हेलो गाइस मेरा   नाम chagali मैं उड़ीसा से हू टेस्टिंग करना मेरा काम है program tutorial 

Java first Example

  // Example Java Program public class HelloWorld {      public static void main ( String [] args) {          System . out . println ( "Hello, Blogger World!" );     } } public class HelloWorld हमने एक class बनाई जिसका नाम है HelloWorld (हर Java कोड में कम से कम एक class ज़रूरी है)। { और } कोड का block शुरू और खत्म करने के लिए curly braces होते हैं। public static void main(String[] args) यह Java का main method है — प्रोग्राम की शुरुआत यहीं से होती है। System.out.println("Hello, World!"); ये स्क्री न पर कुछ लिखने के लिए होता है। --- Output क्या आएगा? Hello, World!  अब ध्यान रखें: Keyword मतलब class Java में प्रोग्राम बनाने के लिए structure main() Entry point — प्रोग्राम यहीं से शुरू होता है System.out.println() Output स्क्रीन पर प्रिंट करने के लिए ; (semicolon) Java में हर स्टेटमेंट के बाद ज़रूरी होता है --- 📲 Mobile पर कैसे रन करें (AIDE App) 1. AIDE Open करें 2...

Java tutorial list

Java first

Java introduction

चलो फ्रेंड आज सीखेंगेजावाJava  क्या होता है होता है Java एक object-oriented programming language है जिसे Sun Microsystems ने 1995 में launch किया था और अब इसे Oracle Corporation maintain करती है। Java की सबसे खास बात है कि यह "Write Once, Run Anywhere (WORA)" philosophy पर काम करती है – यानी एक बार कोड लिख दिया, तो वह किसी भी platform पर चल सकता है (जैसे Windows, Linux, Mac) अगर वहाँ Java Virtual Machine (JVM) मौजूद हो। जावा क्या काम आता है जावा जावा एक एंड्रॉयड एप्लिकेशन बिल्ड करने में काम आता है Java का उपयोग कहां होता है? 1.Android App Development 2.Web Applications (Spring, JSP, Servlet) 3.Enterprise Software (Banking, ERP) 4.Desktop Applications (Swing, JavaFX) 5.Game Development 6.Embedded Systems 7.Cloud & Big Data Platforms     Link click 👉       Next Java program tutorial

All menu

Java tutorial code  Java home 🏠     

Disclaimer

  Disclaimer for Welcome development If you require any more information or have any questions about our site's disclaimer, please feel free to contact us by email at www.chagali5677@gmail.com Disclaimers for Welcome development All the information on this website - https://chagali5677.blogspot.com - is published in good faith and for general information purpose only. Welcome development does not make any warranties about the completeness, reliability and accuracy of this information. Any action you take upon the information you find on this website (Welcome development), is strictly at your own risk. Welcome development will not be liable for any losses and/or damages in connection with the use of our website. From our website, you can visit other websites by following hyperlinks to such external sites. While we strive to provide only quality links to useful and ethical websites, we have no control over the content and nature of these sites. These links to other websites d...