Course Hive
Search

Welcome

Sign in or create your account

Continue with Google
or
Start coding with JAVA in 10 minutes! ☕
Play lesson

Java tutorial for beginners ☕ - Start coding with JAVA in 10 minutes! ☕

5.0 (4)
40 learners

What you'll learn

This course includes

  • 12 hours of video
  • Certificate of completion
  • Access on mobile and TV

Summary

Keywords

Full Transcript

#java #javatutorial #javacourse This is a beginner's course to help you get started coding with Java ☕ 00:00:00 intro 00:01:00 JDK download 00:01:57 IDE download 00:03:34 new project setup 00:04:09 Main.java 00:04:30 Zoom in/out 00:05:01public static void main(String[] args){} 00:05:43 How to run a java program 00:06:10 print() 00:07:28 println() 00:07:46 \n escape sequence 00:08:36 single line comments 00:09:06 multi-line comments 00:09:33 tips & tricks JDK download: https://www.oracle.com/java/technologies/downloads/ IDE download: https://www.jetbrains.com/help/idea/installation-guide.html public class Main { public static void main(String[] args){ // THIS IS MY FIRST JAVA PROGRAM /* This is a multi-line comment */ System.out.println("I like pizza!"); System.out.println("It's really good!"); System.out.println("Buy me pizza!"); } }

Course Hive

Continue this lesson in the app

Install CourseHive on Android or iOS to keep learning while you move.

Related Courses

FAQs

Course Hive
Download CourseHive
Keep learning anywhere