Java coding

Java coding смотреть последние обновления за сегодня на .

Learn Java in 14 Minutes (seriously)

3916450
178977
4553
00:14:00
18.04.2019

$1000 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE. See if you qualify for the JOB GUARANTEE! 👉 🤍 Learn Java quickly by watching this video to the very end. If you do, you will walk away as a better java programmer :) Here's how to learn java in 13 minutes, for beginners. I've been programming for 8+ years and learning java was very difficult for me. I want to make it as easy as possible for you to learn java quick and easy! Hopefully, what you've learned in this video on how to learn java quickly can help you out. In this java tutorial, I go over: Compiling, keywords, symbols, storing data, primitive types, Strings, printing text, objects, classes, methods, calling code between files, import, logic, if/else, for loops, nested loops, while loops, try catch, apis, and a few other areas. Learning java tricky at first... But SURELY you'll get it :) If you followed along, congrats! You learned-by-doing! I hope you enjoyed this video to learn java in 13 minutes, I tried to get everything I could in the shortest amount of time for you! I like to have a nice mix of java tutorials and actual java projects for you all :) Was this able to help you learn java? If you have a topic that I missed that you think might help someone else, please add it below so we can help other people learn java! - Full Java Course: 🤍 Free tips: 🤍 Disclosure: The Springboard link provided is linked to my affiliate account & supports the channel. ~ Alex Lee

Java Tutorial for Beginners

9205026
228240
7743
02:30:48
15.07.2019

Java tutorial for beginners - Learn Java, the language behind millions of apps and websites. 🔥 Want to master Java? Get my complete Java mastery bundle: 🤍 👍 Subscribe for more Java tutorials like this: 🤍 📕 Get my FREE #Java cheat sheet: 🤍 ⭐️ Want to learn more from me? Check out these links: Courses: 🤍 Twitter: 🤍 Facebook: 🤍 Blog: 🤍 TABLE OF CONTENTS 0:00:00 Introduction 0:01:46 Installing Java 0:03:59 Anatomy of a Java Program 0:08:41 Your First Java Program 0:15:59 Cheat Sheet 0:16:29 How Java Code Gets Executed 0:22:54 Course Structure 0:25:22 Types 0:25:57 Variables 0:29:07 Primitive Types 0:34:27 Reference Types 0:39:15 Primitive Types vs Reference Types 0:43:39 Strings 0:50:42 Escape Sequences 0:53:22 Arrays 0:58:47 Multi-Dimensional Arrays 1:01:23 Constants 1:03:15 Arithmetic Expressions 1:07:18 Order of Operations 1:08:40 Casting 1:15:08 The Math Class 1:19:50 Formatting Numbers 1:25:40 Reading Input 1:30:45 Project: Mortgage Calculator 1:32:55 Solution: Mortgage Calculator 1:37:14 Types Summary 1:38:43 Control Flow 1:39:30 Comparison Operators 1:41:16 Logical Operators 1:45:52 If Statements 1:50:18 Simplifying If Statements 1:53:47 The Ternary Operator 1:56:16 Switch Statements 2:00:07 Exercise: FizzBuzz 2:06:05 For Loops 2:09:53 While Loops 2:14:19 Do...While Loops 2:15:36 Break and Continue 2:18:52 For-Each Loop 2:21:59 Project: Mortgage Calculator 2:23:27 Solution: Mortgage Calculator 2:28:28 Control Flow Summary 2:29:25 Clean Coding #Programming

Java Programming for Beginners – Full Course

521017
10947
279
04:11:00
27.09.2022

Learn the Java programming language in this complete beginner's course. You will learn all the main features of Java (version 17) and how to use Java for your own projects. 🔗 Code along on Replit: 🤍 ✏️ Farhan Hasin Chowdhury created this course. 🏗 Replit provided a grant that make this course possible. 🔗 🤍 🔗 🤍 ⭐️ Contents ⭐️ ⌨️ (0:00:00) Hello World ⌨️ (0:06:39) Variables ⌨️ (0:13:12) Data Types ⌨️ (0:20:27) Operators ⌨️ (0:47:33) Strings ⌨️ (1:16:42) User Inputs ⌨️ (1:35:13) Conditional Statements ⌨️ (1:46:38) Switch Cases ⌨️ (1:55:59) Arrays ⌨️ (2:27:45) For Loops ⌨️ (2:47:22) While Loops ⌨️ (2:50:20) Do...While Loops ⌨️ (2:52:02) ArrayLists ⌨️ (3:12:25) HashMaps ⌨️ (3:28:38) Object Oriented Programming 🎉 Thanks to our Champion and Sponsor supporters: 👾 Raymond Odero 👾 Agustín Kussrow 👾 aldo ferretti 👾 Otis Morgan 👾 DeezMaster Learn to code for free and get a developer job: 🤍 Read hundreds of articles on programming: 🤍

Java Full Course for free ☕

6943443
316704
11990
12:00:00
09.11.2020

Java tutorial for beginners full course #Java #tutorial #beginners ⭐️Time Stamps⭐️ #1 (00:00:00) Java tutorial for beginners ☕ #2 (00:20:26) variables ❌ #3 (00:32:58) swap two variables 💱 #4 (00:36:42) user input ⌨️ #5 (00:44:40) expressions 🧮 #6 (00:49:13) GUI intro 🚩 #7 (00:55:01) Math class 📐 #8 (01:01:08) random numbers 🎲 #9 (01:05:39) if statements 🚧 #10 (01:11:51) switches ⬇ #11 (01:16:36) logical operators ❗ #12 (01:24:33) while loop 🔄 #13 (01:28:13) for loop ➰ #14 (01:32:23) nested loops ➿ #15 (01:38:28) arrays 🚗 #16 (01:44:54) 2D arrays 🚚 #17 (01:52:59) String methods 💬 #18 (01:59:18) wrapper classes 🎁 #19 (02:06:30) ArrayList 🧾 #20 (02:11:02) 2D ArrayList 📜 #21 (02:17:35) for-each loop 🔃 #22 (02:21:20) methods 📞 #23 (02:32:24) overloaded methods ☎️ #24 (02:38:03) printf 🖨️ #25 (02:49:25) final keyword ⛔ #26 (02:51:24) objects (OOP) ☕ #27 (03:01:36) constructors 👷 #28 (03:11:36) variable scope 🌍 #29 (03:16:39) overloaded constructors 🍕 #30 (03:24:04) toString method 🎉 #31 (03:30:08) array of objects 🍱 #32 (03:35:48) object passing 🏬 #33 (03:40:27) static keyword ⚡ #34 (03:48:10) inheritance 👪 #35 (03:53:45) method overriding 🙅‍♂️ #36 (03:57:33) super keyword 🦸‍♂️ #37 (04:05:06) abstraction 👻 #38 (04:10:01) access modifiers 🔒 #39 (04:19:39) encapsulation 💊 #40 (04:27:30) copy objects 🖨️ #41 (04:34:03) interface 🦅 #42 (04:41:19) polymorphism 🏁 #43 (04:46:55) dynamic polymorphism ✨ #44 (04:55:13) exception handling ⚠️ #45 (05:02:31) File class 📁 #46 (05:09:15) FileWriter (write to a file) 📝 #47 (05:12:30) FileReader (read a file) 📖 #48 (05:17:04) audio 🔊 #49 (05:27:34) GUI 🖼️ #50 (05:39:41) labels 👨‍💻 #51 (05:57:01) panels 🟥 #52 (06:09:57) buttons 🛎️ #53 (06:23:50) BorderLayout 🧭 #54 (06:34:53) FlowLayout 🌊 #55 (06:42:21) GridLayout 🔳 #56 (06:47:12) LayeredPane 📚 #57 (06:55:20) open a new GUI window 🗔 #58 (07:05:39) JOptionPane 🛑 #59 (07:17:30) textfield 📛 #60 (07:27:01) checkbox ✔️ #61 (07:35:23) radio buttons 🔘 #62 (07:45:42) combobox 📑 #63 (07:55:37) slider 🌡️ #64 (08:08:08) progress bar 📊 #65 (08:18:46) menubar 🗄️ #66 (08:33:27) select a file 🔎 #67 (08:42:25) color chooser 🎨 #68 (08:48:45) KeyListener 🚀 #69 (09:01:21) MouseListener 🖱️ #70 (09:12:32) drag and drop 👈 #71 (09:26:48) key bindings ⌨️ #72 (09:38:57) 2D graphics 🖍️ #73 (09:58:33) 2D animation 👾 #74 (10:15:14) generics ❓ #75 (10:36:43) serialization 🥣 #76 (10:57:21) TimerTask ⌚ #77 (11:08:36) threads 🧵 #78 (11:24:01) multithreading 🧶 #79 (11:38:44) packages 📦 #80 (11:42:49) compile/run command prompt 💽 #81 (11:50:51) executable (.jar) ☕ Here's the link to the full 100 video playlist: 🤍 Code for each topic can be found pinned in each video's comments section

Learn Java in One Video - 15-minute Crash Course

351491
13133
415
00:14:54
11.08.2021

Learn all the essential basics of Java in one video in just 15 minutes. No programming experience required. Complete Java Course: 🤍 Variables, loops, methods, classes, objects, and more! This is a Java beginner's lesson for the ultimate Java beginner, or just someone curious to know the basics of how a Java program can be created and run. In just a few minutes you'll know everything you need to know about Java to start making some awesome programs. Learn or improve your Java by watching it being coded live! Hi, I'm John! I'm a Lead Java Software Engineer and I've been in the programming industry for more than a decade. I love sharing what I've learned over the years in a way that's understandable for all levels of Java learners. Let me know what else you'd like to see! Links to any stuff in this description are affiliate links, so if you buy a product through those links I may earn a small commission. 📕 THE best book to learn Java, Effective Java by Joshua Bloch 🤍 📕 One of my favorite programming books, Clean Code by Robert Martin 🤍 🎧 Or get the audio version of Clean Code for FREE here with an Audible free trial 🤍 🖥️Standing desk brand I use for recording (get a code for $30 off through this link!) 🤍 📹Phone I use for recording: 🤍 🎙️Microphone I use (classy, I know): 🤍 Donate with PayPal (Thank you so much!) 🤍 ☕Complete Java course: 🤍 🤍

What Is Java? | Java In 5 Minutes | Java Programming | Java Tutorial For Beginners | Simplilearn

833356
11405
222
00:05:12
31.01.2020

🔥Post Graduate Program In Full Stack Web Development: 🤍 🔥Caltech Coding Bootcamp (US Only): 🤍 This video on Java in 5 minutes is dedicated to explaining What is Java Programming along with its major programming fundaments and real-time implementation with an interesting theory so that the beginners in java could have a detailed overview of the Java Programming Language. Boost your career with Simplilearn's Full Stack Java Developer Job Guarantee Program by learning a complete suite of software development skills, including front-end, middleware, and back-end Java web developer technologies. Become job-ready with HIRIST and HackerEarth, and get a guaranteed job with an average pay of 9 LPA. Learn from the best and get placed in a top role by investing in yourself, risk-free - a Simplilearn promise. ✅ Job Guarantee ✅ Salary hikes: 90% - 260% averages ✅ Placements with top companies 🔥 Explore the course: 🤍 *Disclaimer: Valid only for Simplilearn Job Guarantee Programs. Please read the applicable Frequently Asked Questions (FAQs) and Terms and Conditions (T&Cs) carefully prior to enrolment. Past record is no guarantee of future prospect 🔥 Enroll for FREE Java Course & Get your Completion Certificate: 🤍 Below topics are explained in this Java video: 00:00 Introduction to What Is Java? 00:30 Java OOPs introduction 01:10 What is Java? 02:45 Classes and Objects 03:10 Features of Java 04:08 OOPs Concepts Below topics are explained in this Java programming video: 1. What is Java? (00:33) 2. Invention of Java (01:08) 3. Java editions (01:40) 4. Java basics (02:33) 5. Features of Java (03:08) 6. Java concepts (04:09) Watch more videos on Java programming: 🤍 #Java #WhatIsJava #JavaIn5Minutes #LearnJava #JavaExplained #JavaProgramming #JavaTutorialForBeginners #JavaTraining #Simplilearn What is Java? Java is an object-oriented, class-based, high-level programming language used for software development, mobile application development, website development, desktop application development, and much more. To learn more about Java Programming, subscribe to our YouTube channel: 🤍 Check out our Java programming training course: 🤍 About Simplilearn Java certification training course: If you’re looking to master web application development for virtually any computing platform, this Java Certification Training course is for you. This all-in-one Java training will give you a firm foundation in Java, the most commonly used programming language in software development. This advanced Java Certification Training course is designed to guide you through the concepts of Java from introductory techniques to advanced programming skills. The course will provide you with the knowledge of Core Java 8, operators, arrays, loops, methods, and constructors while giving you hands-on experience in JDBC and JUnit framework. Java Certification Course Key Features: 1. 70 hours of blended training 2. Hands-on coding and implementation of two web-based projects 3. Includes Hibernate and Spring frameworks 4. 35 coding-related exercises on Core Java 8 5. & more Eligibility: Simplilearn’s Java Certification Training course is ideal for software developers, web designers, programming enthusiasts, engineering graduates, and students or professionals who wish to become Java developers. Pre-requisites: Prior knowledge of Core Java is a prerequisite to taking this advanced Java Certification training course. Our Core Java online self-paced course is available for free to become familiar with the basics of Java programming. Learn more at: 🤍 For more information about Simplilearn’s courses, visit: - Facebook: 🤍 - Twitter: 🤍 - LinkedIn: 🤍 - Website: 🤍 🔥🔥 Interested in Attending Live Classes? Call Us: IN - 18002127688 / US - +18445327688

Java Tutorial for Beginners | Learn Java in 2 Hours

4139085
110797
3328
02:04:35
03.07.2021

Are you worried about placements/internships? Want to prepare for companies like Microsoft, Amazon & Google? Join ALPHA. 🔴 Alpha Placement Batch - 🤍 Join the Community : 🤍 Link to Java Notes : 🤍 Timestamps:- 0:00 Introduction Install Java - 01:00 Sample Code - 06:05 Comments - 07:34 Out 1st Program - 08:37 Variables - 11:23 Data Types - 14:00 Strings - 23:13 Arrays - 29:33 Casting - 42:32 Constants - 48:05 Operators(Arithmetic & Assignment) - 49:52 Math class - 57:59 Taking Input - 01:00:45 Comparison Operators - 01:04:48 Conditional Statements (if-else) - 01:07:10 Logical Operators - 01:09:00 Conditional Statements (switch) - 01:17:55 Loops - 01:21:29 Break & Continue - 01:34:13 Exception Handling (try-catch) - 01:40:29 Functions/Methods - 01:46:46 Mini-Project - 01:56:18 Telegram: 🤍 Instagram: 🤍

Java Programmers Be Like

297103
16327
546
00:01:02
10.11.2022

Every Java Programmer... Basically. Take this with a huge pile of salt. I'm gonna put the music i used here in the description once I have time. If you want you can follow me on twitter, I don't use it that regularly but I'll work on that.

Java Tutorial for Beginners 2023

1029278
22885
732
12:23:23
08.01.2023

Mastering Java and Spring Boot - Live Course : 🤍 Coupon for Discount : TELUSKO30 For More Queries WhatsApp or Call on : +919008963671 Learn Java programming from basics or you can say ZERO to HERO :D 00:00:00 Introduction to Java Course 00:05:04 Java Development Kit setup 00:13:21 First code in java 00:24:35 How Java Works 00:36:34 Variables in java 00:48:11 Data types in java 01:00:28 Literal 01:04:49 Type conversion 01:17:20 Assignment Operators 01:27:32 Relational Operators 01:35:35 Logical Operators 01:46:47 If Else 01:59:45 If Else if 02:05:18 ternary 02:09:51 Switch Statement 02:17:50 Need For Loop 02:21:12 While Loop 02:33:35 Do While Loop 02:36:48 For Loop 02:50:06 Which Loop To Use 02:51:48 Class And Object Theory 02:57:30 Class and Object Practical 03:13:03 JDK JRE JVM 03:18:22 Methods 03:29:44 Method Overloading 03:35:41 Stack And Heap 03:48:12 Need of an Array 03:52:01 Creation of Array 03:59:28 Multi Dimensional Array 04:12:30 Jagged and 3D Array 04:18:08 Drawbacks of Array 04:20:54 Array of Objects 04:29:42 Enhanced for loop 04:35:07 What is String 04:42:24 Mutable vs Immutable string 04:48:43 StringBuffer and StringBuilder 04:54:23 static variable 05:01:26 static block 05:08:43 static method 05:13:25 Encapsulation 05:25:04 Getters and setters 05:27:55 this keyword 05:37:36 constructor 05:44:35 default vs parameterized constructor 05:49:36 this and super method 06:01:42 Naming Convention 06:06:08 Anonymous Object 06:10:51 Need of Inheritance 06:17:06 What is Inheritance 06:25:50 Single and Multilevel inheritance 06:29:41 Multiple Inheritance 06:36:16 Method Overriding 06:44:05 packages 06:56:20 Access Modifiers 07:04:42 Polymorphism 07:08:31 Dynamic Method Dispatch 07:16:29 Final keyword 07:22:43 Object Class equals toString hashcode 07:34:41 Upcasting and Downcasting 07:41:17 abstract keyword 07:53:26 Inner class 07:59:03 Anonymous Inner class 08:04:11 abstract and anonymous inner class 08:07:22 What is Interface 08:15:18 More on Interfaces 08:18:40 Need of Interface 08:27:11 What is Enum 08:34:04 enum if and switch 08:37:59 Enum Class 08:45:45 What is Annotation 08:53:14 Functional Interface 08:56:43 Lambda Expression 09:02:51 Lambda Expression with return 09:06:08 Types of Interface 09:10:41 What is Exception 09:15:57 Exception Handling using try catch 09:21:58 try with multiple catch 09:32:14 Exception Hierarchy 09:36:30 Exception throw keyword 09:42:05 Custom exception 09:45:35 Ducking Exception using throws 09:55:29 User Input using BufferedReader and Scanner 10:07:17 try with resources 10:15:25 Threads 10:20:37 Multiple Threads 10:31:58 Thread Priority and Sleep 10:39:20 Runnable vs Thread 10:47:45 Race Condition 11:00:15 Thread states 11:03:45 Collection API 11:08:30 ArrayList 11:20:23 Set 11:27:30 Map 11:37:32 Comparator vs Comparable 11:53:15 Need of Stream API 12:00:12 forEach Method 12:05:01 Stream API 12:14:09 Map Filter Reduce Sorted Wrapper Class in Java :- 🤍 github repo : 🤍 Java:- 🤍 Spring:- 🤍 More Learning : Java :- 🤍 Python :- 🤍 Django :- 🤍 JavaScript :- 🤍 Node JS :- 🤍 Rest Api :-🤍 Servlet :- 🤍 Spring Framework :- 🤍 Design Patterns in Java :- 🤍 Docker :- 🤍 Blockchain Tutorial :- 🤍 Corda Tutorial:- 🤍 Hyperledger Fabric :- 🤍 NoSQL Tutorial :- 🤍 Mysql Tutorial :- 🤍 Data Structures using Java :- 🤍 Git Tutorial :- 🤍 Donation: PayPal Id : navinreddy20 🤍

Introduction to Java Language | Lecture 1 | Complete Placement Course

7476295
196997
4233
00:18:46
16.09.2021

Are you worried about placements/internships? Want to prepare for companies like Microsoft, Amazon & Google? Join ALPHA. 🔴 Alpha Placement Batch - 🤍 Notes of JAVA LECTURE 1 : 🤍 Join the Community : 🤍 Instagram: 🤍

Java snake game 🐍

1240639
31025
1523
00:43:30
20.07.2020

Java snake game tutorial for beginners #Java #snake #game Coding boot camps hate him! See how he can teach you to code with this one simple trick... Bro Code is the self-proclaimed #1 tutorial series on coding in various programming languages and other how-to videos in the known universe.

Java Full Course in 10 Hours | Java Tutorial for Beginners [2023] | Java Online Training | Edureka

3988466
71536
505
10:10:58
23.06.2019

🔥Edureka Java Training (Use Code "𝐘𝐎𝐔𝐓𝐔𝐁𝐄𝟐𝟎"): 🤍 This Edureka Java Full Course will help you in understanding the various fundamentals of Java programming in detail with examples. Check out Java Tutorial Playlist: 🤍 This Java tutorial for beginners covers the following topics: 00:00 Agenda 3:36 - Introduction to Java 23:46 - Java Environmental SetUp 28:43 - Java Internals 35:05 - Java Working 38:21 - First Java Program 53:27 - Modifiers in Java 54:34 - Access Control Modifiers 1:00:12 - Non Access Modifiers 1:10:05 - Variables in Java 1:14:59 - Data types in Java 1:25:52 - Operators 1:28:56 - Operators Types and Examples 1:33:11 - Control Statements in Java 1:35:51 - Selection Statements 1:37:17 - Iteration Statements 1:44:04 - Jump Statements 1:46:06 - Methods in Java 2:09:00 - Arrays in Java 2:27:50 - Strings 2:52:45: Classes and Objects 2:57:17 - Java Naming Conventions 2:57:30 - Types of variables 3:01:30 - Constructor 3:19:09 - Java Static Keyword 3:24:32 - Java this keyword 3:29:27 - Object-Oriented Programming Concepts 4:29:44 - Interface 4:50:55 - What is a Package? 4:58:12 - Access Modifiers 5:05:00 - Demo - Access package from another package 5:08:55 - Regular Expression 5:21:50 - Exception 5:31:45 - Exception handling 5:50:27 - XML in Java 6:36:00 - Serialization in Java 6:54:00 - Wrapper Classes 6:58:06 - Generics in Java Edureka Java Training - 🔵 Java Certification Training: 🤍 🔵 Selenium Certification Training: 🤍 🔵 Microservices Certification Training: 🤍 🔵 Spring Certification Training: 🤍 🔵 Test Automation Engineer Masters Program: 🤍 Subscribe to our channel to get video updates. 📢📢 𝐓𝐨𝐩 𝟏𝟎 𝐓𝐫𝐞𝐧𝐝𝐢𝐧𝐠 𝐓𝐞𝐜𝐡𝐧𝐨𝐥𝐨𝐠𝐢𝐞𝐬 𝐭𝐨 𝐋𝐞𝐚𝐫𝐧 𝐢𝐧 2023 𝐒𝐞𝐫𝐢𝐞𝐬 📢📢 ⏩ NEW Top 10 Technologies To Learn In 2023 - 🤍 #edureka #javaedureka #JavaFullCourse #Javatutorial #Javaonlinetraining #Javaforbeginners Instagram: 🤍 Facebook: 🤍 LinkedIn: 🤍 Telegram: 🤍 For Java Training & Certification, please write back to us at sales🤍edureka.in or call us at IND: 9606058406 / US: 18338555775 (toll free).

What is a method reference? - Cracking the Java Coding Interview

4793
496
6
00:00:59
27.01.2023

Cracking the #Java #Coding #Interview - Question 23: What is a method reference? Watch all the questions here: 🤍

Should you still LEARN Java in 2023

174421
6167
510
00:08:16
07.02.2023

Java is one the top programming languages and one the oldest. Should you learn Java. Is Java even relevant? Don't Forget to = 💯 Subscribe to Amigoscode - 🤍 💯 Courses Available for free here - 🤍 💯 Join Private Facebook Group and Discord - 🤍 *NEW COURSE COMING SOON* Join Waiting List Now - 🤍 🙊 Here are the goods for all my videos video 🙊 ► Recommended Books = - Clean Code - 🤍 - HTTP: The Definitive Guide - 🤍 - Clean Architecture - 🤍 ► Computer and Monitor = - New Apple MacBook Pro - 🤍 - Dell 27 INCH Ultrasharp U2719D Monitor - 🤍 - Double Arm Stand Desk Mount - 🤍 - USB C Hub Multiport Adapter - 🤍 ► Camera Gear = - Sony ILCE7M3B Full Frame Mirrorless Camera - 🤍 - Sigma 16 mm F1.4 DC DN - 🤍 - Sigma 33B965 30 mm F1.4 DC DC - 🤍 ► IDE & Tools I use for coding 💻 🎒 = - ITerm - VsCode - GoLand - IntelliJ Ultimate - Sublime P.S = 💯 Don't forget to subscribe | 🤍 💯 Join Private Facebook Group and Discord - 🤍 💯 Follow me on Instagram | 🤍 ❤️ Thanks for watching

Java for the Haters in 100 Seconds

2195406
126905
4251
00:02:22
01.04.2022

Java is one of the most successful and most dreaded technologies in the computer science world. Let's roast this powerful open-source programming language to find out why it has so many haters. #java #programming #comedy #100SecondsOfCode 🔗 Resources Java Website 🤍 Java in 100 Seconds 🤍 Why Java Sucks 🤍 Why Java Doesn't Suck 🤍 🔥 Get More Content - Upgrade to PRO Upgrade to Fireship PRO at 🤍 Use code lORhwXd2 for 25% off your first payment. 🎨 My Editor Settings - Atom One Dark - vscode-icons - Fira Code Font 🔖 Topics Covered - Why do people hate Java? - Does Java suck? - Is Java still a good language? - Java Criticisms - Java Memes and Jokes - Roast of Java

Java Programming All-in-One Tutorial Series (6 HOURS!)

576241
13750
760
06:36:39
27.09.2019

💯 FREE Courses (100+ hours) - 🤍 🐍 Python Course - 🤍 Timestamps: 00:00:00 - Introduction 00:07:17 - Installation and Hello World 00:11:49 - Understanding Java Foundations 00:22:20 - Arguments and Parameters 00:32:58 - Input and Output 00:41:09 - Variables 00:49:02 - Primitives and Objects 00:56:38 - Variable Declaration and Initialization 01:03:24 - Primitive Data Types 01:13:22 - Scanner Input 01:20:48 - Numeric Data Types and Properties (Infinity, NaN) 01:26:53 - Numeric Expressions and Operators 01:36:19 - Numeric Methods (max, compare, valueOf, parseInt, etc) 01:41:20 - string Class (string.format, length) 01:49:33 - String Methods (charAt, concat, contains, indexOf, lastIndexOf) 01:55:33 - More String Methods (toLowerCase, strip, substring, repeat, equals) 02:02:05 - Creating Basic Classes, Methods, and Properties 02:08:34 - String Comparison and Interning 02:15:14 - if, else if, else 02:22:36 - Comparison and Logical Operators 02:29:05 - Switch Statement 02:36:13 - Ternary Conditional Operator 02:41:13 - Single line if Statement 02:44:50 - Intro to Loops (While loops) 02:51:41 - Do While Loop 02:56:29 - for Loops 03:01:32 - Nested Blocks (Nested if) 03:04:44 - Nested for Loops (Triangles and Pyramids) 03:09:37 - Nested While Loops 03:13:44 - Variable Scope with Nested Control Flow 03:18:55 - break 03:22:34 - continue 03:24:45 - Intro to Arrays 03:29:58 - Working with Arrays 03:34:42 - Arrays toString and Arrays deeptoString 03:36:45 - Array Values from Input and for Loop 03:40:48 - Search an Array with for Loop 03:43:57 - Arrays.sort and Arrays.parallelSort 03:46:13 - Array Methods (Arrays.fill, Arrays.asList, Arrays.equals) 03:51:19 - 2d Arrays 03:54:49 - Working with 2D Arrays 03:57:52 - Iterate through 2D Structures with for Loop 04:01:39 - ArrayList Introduction 04:05:06 - List Interface and ArrayList Implementation 04:09:52 - Working with Lists (List Methods) 04:15:25 - Quickly Initialize a List with Elements and How to Print List 04:18:50 - for Loops with Lists & How to Modify Each Element 04:21:27 - for each Loop in Java 04:22:54 - Nested for each Loop 04:25:46 - Convert List to an Array 04:27:33 - Sort and Reverse a List with Collections.sort and Collections.reverse 04:28:58 - Intro to Object Oriented Programming (OOP) 04:32:21 - Class vs Object 04:36:29 - Fields 04:39:18 - Public vs Private 04:43:31 - Methods 04:47:04 - Basics of Creating a Class and Object 04:49:19 - Adding Fields to a Class 04:51:11 - Creating Our First Method 04:52:31 - Arguments and Parameters in Methods 04:54:31 - Return Statement 04:57:42 - Encapsulation 5:00:33 - Create a Getter 05:03:16 - Create a Setter 05:06:20 - Custom Getter and Setter 05:10:18 - ArrayList f Custom Type 05:12:50 - Creating Custom Type in Loop 05:15:27 - Taking Custom Types as Arguments 05:18:04 - Intro to Static Methods 05:19:32 - Creating a Static Method 05:21:54 - Method to take an ArrayList of Custom Type 05:24:49 - Intro to Method Overloading and Optional Parameters 05:27:14 - Working with overloads to Print a User 05:29:54 - Searching a List for Custom Objects 05:35:15 - Method Overriding 05:37:21 - Override toString 05:39:13 - Override Equals 05:41:24 - Overload the Search to Take in a User Object 05:44:05 - Returning Custom Objects 05:47:43 - Passing by Value or Reference 05:51:16 - Intro to Inheritance 05:52:58 - Working with Inheritance 05:55:51 - Virtual in Java 05:58:10 - Creating a Method in User Class and Overriding in a Derived Class 06:00:35 - abstract Class 06:02:21 - abstract Method 06:03:41 - Polymorphism 06:06:09 - Polymorphism in Practice 06:09:29 - Intro to Constructors 06:12:49 - Creating the Default Constructor 06:14:57 - Custom Constructors 06:17:07 - Invoke Parent Class Methods with super keyword 06:19:04 - Readonly Fields Assigned with Constructor 06:21:40 - Intro to Interfaces 06:25:57 - Creating an Interface for Functionality 06:29:20 - Final Methods 06:30:25 - Final Classes 06:31:39 - Intro to enum 06:33:29 - enum in switch 06:34:34 - Conclusion ✅ Data Structures & Algorithms - 🤍 ~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~ ✉️ Newsletter - 🤍 📸 Instagram - 🤍 🐦 Twitter - 🤍 🔗 LinkedIn - 🤍 ▶️ Subscribe - 🤍 👨🏻‍🎓 Courses - 🤍 ~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~ ↪ My Amazon Store - 🤍 🅿 Patreon - 🤍 🅖 GitHub Sponsors - 🤍 Ⓟ Paypal - 🤍 🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq 🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853 📈 Buy Bitcoin - 🤍 Reserve the Ruby Steel crypto rewards card and get a $25 bonus (use affiliate code "Caleb") - 🤍 #java

Object-Oriented Programming Java Tutorial (Java OOP)

474715
14764
479
00:14:07
22.08.2019

$1000 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE. See if you qualify for the JOB GUARANTEE! 👉 🤍 This is how object oriented programming in java works. Hopefully, what I've taught you will help you with your object oriented programming projects in the future. Learn java in just 13 minutes: 🤍 Object Oriented Programming (OOP) is making .class files with attributes and actions that you can use to help you. Object oriented programming in java can be tricky at first... But SURELY you'll get it :) If you followed along, congrats! You learned OOP by-doing! I hope you enjoyed this objected oriented programming java tutorial! I like to have a nice mix of java tutorials and actual projects for you all :) Was this able to help you learn OOP in java? - Full Java Course: 🤍 Free tips: 🤍 Disclosure: The Springboard link provided is linked to my affiliate account & supports the channel. ~ Alex Lee

Intro to Java Programming - Course for Absolute Beginners

2311759
38253
876
03:48:25
21.05.2019

Java is a general-purpose programming language. Learn how to program in Java in this full tutorial course. This is a complete Java course meant for absolute beginners. No prior programming experience is required. Course created by Tech with Tim. Check out his channel: 🤍 ⭐️ Course Contents ⭐️ ⌨️ (0:00:00) Introduction ⌨️ (0:06:18) Variables & Data Types ⌨️ (0:17:55) Basic Operators ⌨️ (0:29:36) Input and Scanners ⌨️ (0:38:40) Conditions and Booleans ⌨️ (0:49:54) If/Else/Else If ⌨️ (1:00:08) Nested Statements ⌨️ (1:07:18) Arrays ⌨️ (1:15:29) For Loops ⌨️ (1:24:46) For Loops (Continued) ⌨️ (1:34:10) While Loops ⌨️ (1:40:50) Sets and Lists ⌨️ (1:55:25) Maps & HashMaps ⌨️ (2:07:46) Maps Example ⌨️ (2:16:09) Introduction to Objects ⌨️ (2:29:05) Creating Classes ⌨️ (2:44:06) Inheritance ⌨️ (2:57:50) What Does STATIC Mean? ⌨️ (3:07:02) Overloading Methods & Object Comparisons ⌨️ (3:17:37) Inner Classes ⌨️ (3:25:23) Interfaces ⌨️ (3:37:32) Enums Download the Eclipse editor: 🤍 Learn to code for free and get a developer job: 🤍 Read hundreds of articles on programming: 🤍

Learn Java 8 - Full Tutorial for Beginners

3338773
58267
1776
09:32:32
08.08.2018

Learn Java 8 and object oriented programming with this complete Java course for beginners. ⭐️Contents ⭐️ ⌨️ (0:00:00) 1 - Basic Java keywords explained ⌨️ (0:21:59) 2 - Basic Java keywords explained - Coding Session ⌨️ (0:35:45) 3 - Basic Java keywords explained - Debriefing ⌨️ (0:43:41) 4 - Packages, import statements, instance members, default constructor ⌨️ (0:59:01) 5 - Access and non-access modifiers ⌨️ (1:11:59) 6 - Tools: IntelliJ Idea, Junit, Maven ⌨️ (1:22:53) 7 - If/else statements and booleans ⌨️ (1:42:20) 8 - Loops: for, while and do while loop ⌨️ (1:56:57) 9 - For each loop and arrays ⌨️ (2:14:21) 10 - Arrays and enums ⌨️ (2:41:37) 11 - Enums and switch statement ⌨️ (3:07:21) 12 - Switch statement cont. ⌨️ (3:20:39) 13 - Logging using slf4j and logback ⌨️ (3:51:19) 14 - Public static void main ⌨️ (4:11:35) 15 - Checked and Unchecked Exceptions ⌨️ (5:05:36) 16 - Interfaces ⌨️ (5:46:54) 17 - Inheritance ⌨️ (6:20:20) 18 - Java Object finalize() method ⌨️ (6:36:57) 19 - Object clone method. [No lesson 20] ⌨️ (7:16:04) 21 - Number ranges, autoboxing, and more ⌨️ (7:53:00) 22 - HashCode and Equals ⌨️ (8:38:16) 23 - Java Collections ⌨️ (9:01:12) 24 - ArrayList 🎥Course by Marcus Biel, an experienced software craftsman. Watch additional Java lessons from Marcus on his channel. Here is a link to watch the remaining episodes of the course: 🤍 🔗Check out a written version of this course with additional resources here: 🤍 🔗Get even more Java resources from Marcus here: 🤍 Learn to code for free and get a developer job: 🤍 Read hundreds of articles on programming: 🤍

What is a functional interface? - Cracking the Java Coding Interview

4609
435
8
00:01:00
23.12.2022

Cracking the #Java #Coding #Interview - Question 13: What is a functional interface? Watch all the questions here: 🤍

Multithreading in Java Explained in 10 Minutes

594585
28028
681
00:10:01
28.06.2021

Complete Java course: 🤍 Multithreading gives you some of the coolest capabilities in Java. It's built in to the Java language. But it can be confusing getting to learn it! Multithreading is tough to grasp at first in Java, but this beginner-friendly video will give you the ability to run simple programs in multiple threads at the same time in your Java programs. We'll talk about 2 different ways to get your Java multithreading working, and which one I use myself. Learn or improve your Java by watching it being coded live! Hi, I'm John! I'm a Lead Java Software Engineer and I've been in the programming industry for more than a decade. I love sharing what I've learned over the years in a way that's understandable for all levels of Java learners. Let me know what else you'd like to see! Links to any stuff in this description are affiliate links, so if you buy a product through those links I may earn a small commission. 📕 THE best book to learn Java, Effective Java by Joshua Bloch 🤍 📕 One of my favorite programming books, Clean Code by Robert Martin 🤍 🎧 Or get the audio version of Clean Code for FREE here with an Audible free trial 🤍 🖥️Standing desk brand I use for recording (get a code for $30 off through this link!) 🤍 📹Phone I use for recording: 🤍 🎙️Microphone I use (classy, I know): 🤍 Donate with PayPal (Thank you so much!) 🤍 ☕Complete Java course: 🤍 🤍

Nailing your Java Interview

30671
1772
39
00:00:35
27.01.2021

I hear a lot about how tough it is nailing those FANG interview questions... #Shorts Hey, I'm John! I'm a Lead Java Software Engineer who has been in the industry for over a decade and I love teaching what I know. Learn or improve your Java programming by watching it being coded live in tutorial lessons! Links to any stuff in this description are affiliate links, so if you buy a product through those links I may earn a small commission. 📕 THE best book to learn Java, Effective Java by Joshua Bloch 🤍 📕 One of my favorite programming books, Clean Code by Robert Martin 🤍 🎧 Or get the audio version of Clean Code for FREE here with an Audible free trial 🤍 🖥️Standing desk brand I use for recording (get a code for $30 off through this link!) 🤍 📹Phone I use for recording: 🤍 🎙️Microphone I use (classy, I know): 🤍 Donate with PayPal (Thank you so much!) 🤍 ☕Complete Java course: 🤍 🤍

What were the main features of Java 8? - Cracking the Java Coding Interview

3059
224
4
00:01:00
24.02.2023

Cracking the #Java #Coding #Interview - Question 31: What were the main features of Java 8? Watch all the questions here: 🤍

Top 5 Java Interview Questions | Java Programming Questions For Freshers | #Shorts | SimpliCode

14149
972
3
00:00:26
25.04.2022

Java is a well known and widely used language. It has many applications in web development, mobile development, desktop applications and games; it is also used to build embedded systems. Here, we will discuss Top 5 Java programming questions that you must know, if you are preparing for interviews and looking for a carrer in Java development. 🔥Free Java Course with completion certificate: 🤍 ✅Subscribe to our Channel to learn more programming languages: 🤍 ⏩ Check out our Java for beginners playlist: 🤍 #Top5JavaProjectsForBeginners #JavaProgrammingQuestionsForFreshers #JavaInterviewQuestionsForFreshers #JavaInterviewPrograms #JavaTutorial #JavaProgramming #JavaTutorialForBeginnners #Simplilearn What is Java? Java is an object-oriented, class-based, high-level programming language used for software development, mobile application development, website development, desktop application development, and much more. Java is one of the leading and in-demand programming languages in the current IT industry. About Simplilearn Java certification training course: If you're looking to master web application development for virtually any computing platform, this Java Certification Training course is for you. This all-in-one Java training will give you a firm foundation in Java, the most commonly used programming language in software development. This advanced Java Certification Training course is designed to guide you through the concepts of Java from introductory techniques to advanced programming skills. The course will provide you with the knowledge of Core Java 8, operators, arrays, loops, methods, and constructors while giving you hands-on experience in JDBC and JUnit framework. Java Certification Course Key Features: 1. 70 hours of blended training 2. Hands-on coding and implementation of two web-based projects 3. Includes Hibernate and Spring frameworks 4. 35 coding-related exercises on Core Java 8 5. Lifetime access to self-paced learning 6. Flexibility to choose classes Eligibility: Simplilearn’s Java Certification Training course is ideal for software developers, web designers, programming enthusiasts, engineering graduates, and students or professionals who wish to become Java developers. Benefits Java is the most popular programming language and works across all computer and mobile platforms without needing to be recompiled. It is one of the top-paying jobs in software development, The one with the Java certification can expect to earn an average of $102,000 per year. Pre-requisites Prior knowledge of Core Java is a prerequisite to taking this advanced Java online training. Our online self-paced Core Java course is available for free under this Java Training course to help you become familiar with the basics of Java programming. Learn more at: 🤍 For more information about Simplilearn’s courses, visit: - Facebook: 🤍 - Twitter: 🤍 - LinkedIn: 🤍 - Website: 🤍 - Instagram: 🤍 - Telegram Mobile: 🤍 - Telegram Desktop: 🤍 Get the Simplilearn app: 🤍

App development Complete Roadmap for Complete Beginners 🔥🔥🔥 #appdevelopment #java #coding #software

29018
2656
31
00:00:47
12.02.2023

In this short, we are going to discuss about how to become an android developer from scratch. Hope you enjoy. 🕸 Visit My Website for Free Courses: 🤍 📱 Download My App: 🤍 ☕️ Buy Me A Coffee: 🤍 🧑🏻‍💼 Follow me on LinkedIn: 🤍 🏠 Join us on Telegram: 🤍 💁🏻‍♂️ Follow me on Instagram: 🤍 Subscribe for more of such content :) Products I use: 1. Oneplus Nord CE 2 - 🤍 2. Macbook Air M1 - 🤍 3. Digitek DTR Tripod For Mobile: 🤍 4. Blue Yeti Mic - 🤍 5. Samsung T7 SSD - 🤍 6. Digitek Ringlight - 🤍 7. USB Hub for Macbook - 🤍 8. Computer Glasses - 🤍 9. Sleepy Owl Coffee - 🤍 #webdevelopment #programming #coding #softwareengineer #engineering #software #appdevelopment #softwaredevelopment Tags: app development in hindi,android developer roadmap,how to become a android developer in india,android developer course in hindi,android development in hindi,java full course,java in hindi,how to become a software engineer in hindi,how to become an app developer in hindi,app development roadmap,app development roadmap for beginners,beginners app development course,app development in india,software engineer salary,how to crack google,google engineer salary

How can you reverse a String? - Cracking the Java Coding Interview

3659
289
6
00:00:50
19.12.2022

Cracking the #Java #Coding #Interview - Question 12: How can you reverse a String? Watch all the questions here: 🤍

Java Constructors - Full Tutorial

175222
8333
261
00:07:38
27.09.2021

All about Constructors in Java - Full tutorial with concrete examples. In Java, constructors are used to create new objects. We'll talk about how you use constructors, how to create them, and all the different types of constructors in this beginner Java tutorial video. No-arg constructors? Default constructors? We'll learn what they are and how you can use them in your Java programs. Learn or improve your Java by watching it being coded live! Hi, I'm John! I'm a Lead Java Software Engineer and I've been in the programming industry for more than a decade. I love sharing what I've learned over the years in a way that's understandable for all levels of Java learners. Let me know what else you'd like to see! Links to any stuff in this description are affiliate links, so if you buy a product through those links I may earn a small commission. 📕 THE best book to learn Java, Effective Java by Joshua Bloch 🤍 📕 One of my favorite programming books, Clean Code by Robert Martin 🤍 🎧 Or get the audio version of Clean Code for FREE here with an Audible free trial 🤍 🖥️Standing desk brand I use for recording (get a code for $30 off through this link!) 🤍 📹Phone I use for recording: 🤍 🎙️Microphone I use (classy, I know): 🤍 Donate with PayPal (Thank you so much!) 🤍 ☕Complete Java course: 🤍 🤍

Java tutorial for complete beginners with interesting examples - Easy-to-follow Java programming

1017610
10045
670
01:02:34
14.12.2015

#Java tutorial for beginners with easy-to-follow content. Buy the complete Java programming course (16 more Java tutorials) at Duckademy: 🤍 DOWNLOAD the source codes of the exercises from 🤍 DOWNLOAD the next Java programming tutorial (Video 2 - Control structures) from 🤍 Section 1 Java is one of the most popular programming languages nowadays. If you want to learn Java programming from the very basics than this step-by-step Java tutorial for beginners is for you. What we will do in this Java programming tutorial for beginners: 06:30 A quick introduction to Java programming for beginners 14:23 Installing NetBeans 18:07 Create our first Java project (Hello, World!) 21:46 Variables and types in Java 30:23 Input/Output and calculations 38:02 Conditions (if) 51:20 Review exercise This Java programming tutorial (Getting started with Java) is the first video of the Easy-to-follow Java programming course at Duckademy. 🤍 The goal of this Java programming course (12 hours, 17 tutorials) is to teach you step by step how to program in Java. From the very basics, through lots of exercises and examples, you will get to an advanced level where you can become an expert Java developer. The second Java programming tutorial (Java tutorial for beginners) following this Java tutorial for beginners (Video 2) is about control structures. You can download it for free from 🤍 During this Java programming tutorial for beginners we will use JDK NetBeans 8.1. You can download it from 🤍 To see what our Easy-to-follow Java programming course for beginners is about watch the following short Java programming course summary: 🤍 We hope you like our Java tutorial for beginners, and we hope you will profit a lot from it, and it will help your Java studies a great deal. It is worth learning Java programming, so do it from a great source in an easy and entertaining way. Check out our Easy-to-follow Java programming course at Duckademy: 🤍 ► SUBSCRIBE NOW FOR NEW JAVA PROGRAMMING TUTORIALS for beginners 🤍 ► SUBSCRIBE TO OUR EMAIL LIST for more Java tutorial for beginners like this Java video: 🤍 FOLLOW US and hear about new Java tutorials like this or other interesting Java videos: Facebook ► 🤍 Twitter ► 🤍 Linkedin ► 🤍 #JavaProgramming #JavaTutorial

Java Programming

4895346
51923
6451
00:34:30
03.06.2014

MY UDEMY COURSES ARE 87.5% OFF TIL December 19th ($9.99) ONE IS FREE ➡️ Python Data Science Series for $9.99 : Highest Rated & Largest Python Udemy Course + 56 Hrs + 200 Videos + Data Science 🤍 ➡️ C Programming Bootcamp Series for $9.99 : Over 23 Hrs + 53 Videos + Quizzes + Graded Assignments + New Videos Every Month 🤍 ➡️ FREE 15 hour Golang Course!!! : 🤍 Cheat Sheet is Here : 🤍 Subscribe to Me: 🤍 Slower Java Tutorial : 🤍 How to Install Java & Eclipse : 🤍 Best Java Book : 🤍 In this Java programming Tutorial I'll teach you all of the core knowledge needed to write Java code in 30 minutes. This is the most popular request from everyone. I specifically cover the following topics: primitive data types, comments, class, import, Scanner, final, Strings, static, private, protected, public, constructors, math, hasNextLine, nextLine, getters, setters, method overloading, Random, casting, toString, conversion from Strings to primitives, converting from primitives to Strings, if, else, else if, print, println, printf, logical operators, comparison operators, ternary operator, switch, for, while, break, continue, do while, polymorphism, arrays, for each, multidimensional arrays and more. *Watch More Learn in One Videos* ►► Java - 🤍 ►► C - 🤍 ►► Python - 🤍 ►► MySQL - 🤍 ►► PHP - 🤍 ►► Kotlin - 🤍 ►► C# - 🤍 ►► JavaScript - 🤍 Like the channel? Consider becoming a Patreon! Check it out here: ►► 🤍

how to create a calculator in java #calculator #CalculatorInJava #javaprogramming #java #coding

8316
379
13
00:00:34
24.08.2022

Hello coders.. Welcome again in my youtube channel "coding.w0rld". Today video tags #calculatorinjava #javacalculator #createcalculatorinjava #myfirstcalculator #createcalculatorinjava #createcalculatorinjvdroid #calculatorinjvdroid #jvdroid #java #javatoturial #coding #coding.w0rld #coding.duniya Thanks for watching my video. Please support me and like this video and subscribe my channel.

How can you duplicate an array? - Cracking the Java Coding Interview

4644
438
18
00:00:56
15.12.2022

Cracking the #Java #Coding #Interview - Question 11: How can you duplicate an array? Watch all the questions here: 🤍

Mistake while learning a programming language #java #python

15807
1330
13
00:00:48
24.05.2023

Mastering Java and Spring Boot - Live Course : 🤍 Coupon for Discount : TELUSKO30 For More Queries WhatsApp or Call on : +919008963671 #javadeveloper #telusko #java

What is Java? - Cracking the Java Coding Interview

5857
411
6
00:00:56
10.11.2022

Cracking the #Java #Coding #Interview - Question 1: What is Java? Watch all the questions here: 🤍

Reverse number in Java | Java programming | #Teach_Techno #java #Shorts

3747
145
29
00:00:55
13.12.2022

Reverse number in Java | Java programming | #Teach_Techno #java #Shorts #javaprogram Thanks for watching 🙏 Please support our channel 🙏🏻 For better learning please visit this link only graphics. #Graphics_in_C link : 🤍 🤍 🤍 🤍 🤍 🤍 🤍 🤍 🤍 🤍 follow others programming videos 👉🤍 👉🤍 👉🤍 👉🤍 👉🤍 👉🤍 👉🤍 👉🤍 👉🤍 👉🤍

What is a Map? - Cracking the Java Coding Interview

5265
491
14
00:00:58
30.12.2022

Cracking the #Java #Coding #Interview - Question 15: What is a Map? Watch all the questions here: 🤍

Назад
Что ищут прямо сейчас на
java coding месси антология fm22 vyom voyager 1 hum asha sharma green screen duck video java swing ui design NPP LIVE 劏房 uidesign ulukmanapo Java swing 뮤라 ajjubhai AWA 范姜 wyzwanie capcom gems of war codes