Alex Lee
Alex Lee
  • 130
  • 26 476 474
Throw And Throws In Java Tutorial #48
$1,000 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE. See if you qualify for the JOB GUARANTEE! 👉 bit.ly/3HX970h
In this video, I show you how to use throw and throws in java! The Java throws keyword goes at the top of a method and says what exceptions it might throw! Throw on the other hand, goes in the middle of a method and gives you the power to throw an exception manually!
I hope you enjoyed this tutorial on throw and throws in java!
Full Java Tutorial For Beginners Playlist: ua-cam.com/play/PL59LTecnGM1NRUyune3SxzZlYpZezK-oQ.html&si=6OSbyiJxFsTjqL_9
Free Tips: bit.ly/3U6HXcb
Disclosure: The Springboard link provided is linked to my affiliate account & supports the channel.
~
Alex Lee
Переглядів: 26 006

Відео

Map In Java Tutorial - Map And HashMap In Java
Переглядів 15 тис.10 місяців тому
$1,000 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE. See if you qualify for the JOB GUARANTEE! 👉 bit.ly/3HX970h In this video, I show you how to use a Map in Java! A Map and HashMap in Java are objects that store data in a format with keys, and values. One key has a corresponding value. In this example, one jersey number for a basketball team, has one player with that number. I hope ...
Java Multiple Choice Quiz Program Tutorial #31
Переглядів 18 тис.10 місяців тому
$1,000 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE. See if you qualify for the JOB GUARANTEE! 👉 bit.ly/3HX970h In this Java program example for beginners, I show you how to create a Java multiple choice quiz program! This Java program example will ask the user 3 questions, get input from the user, and return their quiz score out of 3! The trick here is to store the input from the us...
Double In Java - Double VS Int
Переглядів 8 тис.11 місяців тому
$1,000 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE. See if you qualify for the JOB GUARANTEE! 👉 bit.ly/3HX970h In this video, I show you how to use the double in Java! A double is just a variable that lets you use decimal points! The int variable is for whole numbers (integers), and the double is the most precise variable type in Java for storing decimal points. There are some quirk...
Static Method In Java Tutorial #76
Переглядів 28 тис.11 місяців тому
$1,000 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE. See if you qualify for the JOB GUARANTEE! 👉 bit.ly/3HX970h In this video, I show you how to use the static method in Java! I show you what that weird "static" word means and how to call a static method vs a nonstatic method! This was so confusing to me at first, but hopefully, this tutorial helps you :) I hope you enjoyed this stat...
public static void main(String args) In Java - What is String args?
Переглядів 11 тис.11 місяців тому
$1,000 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE. See if you qualify for the JOB GUARANTEE! 👉 bit.ly/3HX970h In this video, I show you what String[] args means in the main method: public static void main(String[] args) {} String[] args is just a variable you can use in the Main method! It's an array of Strings that gets passed through the main method when it gets run. There are a ...
How To Call A Private Method In Java (And Access From Another Class)
Переглядів 10 тис.11 місяців тому
$1,000 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE. See if you qualify for the JOB GUARANTEE! 👉 bit.ly/3HX970h In this video, I show you how to call a private method in Java both from the same class and a different class! A private method in Java means that the method can't be used outside of the class it's in, but I found a neat workaround that will let us do that! I hope you enjoy...
Springboard Coding Bootcamp Review - Is It Worth It?
Переглядів 14 тис.Рік тому
$1,000 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE. See if you qualify for the JOB GUARANTEE! 👉 bit.ly/3HX970h In this video, I review the Springboard Software Engineering Bootcamp (AKA Springboard Coding Bootcamp), however, this will apply to all other bootcamps they offer as well. This review is based on my 2-week experience with the bootcamp, mentorship call, and student intervie...
Method Overriding In Java Tutorial #94
Переглядів 31 тис.Рік тому
$1,000 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE. See if you qualify for the JOB GUARANTEE! 👉 bit.ly/3HX970h In this video, I show you how to override a method in Java and show you what method overriding is! Java method overriding just means subclass methods replace the superclass methods if the object is set up using the subclass constructor. I hope you enjoyed this method overri...
Method Overloading In Java Tutorial #93
Переглядів 24 тис.Рік тому
$1,000 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE. See if you qualify for the JOB GUARANTEE! 👉 bit.ly/3HX970h In this video, I show you how to use method overloading in java! Method overloading in Java means you can have many methods with the same method name but different values in the parenthesis (parameters). They can be different types, or have a different amount of parameters....
How To Import A Class In Java From The Same Package - Java Tutorial
Переглядів 9 тис.Рік тому
$1,000 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE. See if you qualify for the JOB GUARANTEE! 👉 bit.ly/3HX970h In this video, I show you how to import a class in java from the same package! You actually don't even need an import statement, because an import statement in java brings in code from a different package. Since the other class is in the same package, you can just go ahead ...
Iterator Java Tutorial #68
Переглядів 40 тис.Рік тому
$1,000 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE. See if you qualify for the JOB GUARANTEE! 👉 bit.ly/3HX970h In this video, I show you how to use the Java iterator! If you have a collection object like an ArrayList, HashSet or HashMap, you can use .iterator() to create an java iterator object and loop through it and remove values! I hope you enjoyed this Iterator Java Tutorial! Fu...
How To Get Array Input From A User In Java Using Scanner
Переглядів 57 тис.Рік тому
$1,000 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE. See if you qualify for the JOB GUARANTEE! 👉 bit.ly/3HX970h In this video, I show you how to get several inputs from a user and store those values into an array! Just use the Scanner object to get several different pieces of input from the user and set each value of the array to each value the user enters (it could be a string, int,...
How To Import A Class In Java From Another Package or Project - Java Tutorial
Переглядів 37 тис.Рік тому
$1,000 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE. See if you qualify for the JOB GUARANTEE! 👉 bit.ly/3HX970h In this video, I show you how to import a class in java from another package, or even from an entirely different Java project. It's super easy, just use the import statement at the top, and if it's in a different project, go to the build path and add the Java project to the...
Brain.fm Review - My Secret Productivity Hack for 2022
Переглядів 67 тис.2 роки тому
Brain.fm (20% off): brain.fm/alexlee20 $1,000 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE. See if you qualify for the JOB GUARANTEE! 👉 bit.ly/3HX970h I hope you enjoyed my Brain.fm review, truly my favorite productivity app ever :) Disclosure: Brain.fm and Springboard link provided is linked to my affiliate accounts & supports the channel.
HLTH Code Review - The World's HEALTHIEST Meal Replacement
Переглядів 12 тис.2 роки тому
HLTH Code Review - The World's HEALTHIEST Meal Replacement
Why I Stopped Making Java Tutorials
Переглядів 113 тис.2 роки тому
Why I Stopped Making Java Tutorials
Q&A
Переглядів 17 тис.3 роки тому
Q&A
If you hate school, this might help
Переглядів 185 тис.3 роки тому
If you hate school, this might help
Initialization, Declaration and Assignment in Java #54
Переглядів 56 тис.3 роки тому
Initialization, Declaration and Assignment in Java #54
Why I use light theme
Переглядів 34 тис.3 роки тому
Why I use light theme
Array of Objects Java Tutorial #73
Переглядів 155 тис.3 роки тому
Array of Objects Java Tutorial #73
DINOSAUR BATTLE PROGRAM - LIVE SPEED CODING IN JAVA (5 MINUTES!!!)
Переглядів 17 тис.3 роки тому
DINOSAUR BATTLE PROGRAM - LIVE SPEED CODING IN JAVA (5 MINUTES!!!)
Logical Operators In Java #20
Переглядів 64 тис.3 роки тому
Logical Operators In Java #20
Java Method Chaining Tutorial #85
Переглядів 41 тис.3 роки тому
Java Method Chaining Tutorial #85
Polymorphism In Java Tutorial #92
Переглядів 336 тис.3 роки тому
Polymorphism In Java Tutorial #92
Java String Comparison Tutorial (Equals vs == in Java)
Переглядів 87 тис.3 роки тому
Java String Comparison Tutorial (Equals vs in Java)
Inner Class Java Tutorial #81
Переглядів 49 тис.3 роки тому
Inner Class Java Tutorial #81
Java Conditional Operator Tutorial #64
Переглядів 52 тис.3 роки тому
Java Conditional Operator Tutorial #64
Typing Speed Java Program - Calculate WPM #60
Переглядів 33 тис.3 роки тому
Typing Speed Java Program - Calculate WPM #60

КОМЕНТАРІ

  • @albertleh.
    @albertleh. 3 години тому

    under 10 min, gets straight to the point, can explain complex subject excellent => sub

  • @samuelonowuko110
    @samuelonowuko110 16 годин тому

    The +1 added to the (6) is not clear because how does that imply that it will no longer start from zero? In PHP, you can state the max and min values, and it picks in the range

  • @ayeshatariq_
    @ayeshatariq_ День тому

    Why did you use get with AvgSize?

  • @f-01-aditidashputre88
    @f-01-aditidashputre88 День тому

    Thank you

  • @LinuxCentral
    @LinuxCentral День тому

    "This is how to make a gooey in java-"

  • @akioasakura3624
    @akioasakura3624 2 дні тому

    Thank uu

  • @AokiSenki
    @AokiSenki 2 дні тому

    I don't know when and how it started but somehow, I found myself unable to calm down from anxiety whenever I think of going to school or actually going to school. It's similar to first day nervousness, just that, I never really got out of it even at the end of the school year. This feeling of tension and dread for what was about to come whenever I walk inside the building was increasingly draining me. It feels like I'm walking on thin ice or something and consciously putting pressure upon myself. It was very difficult for me to talk to others without being sensitive. My mind would come up with every worst possible outcomes whenever I'm on the midst of conversation and this really had me unable to properly express myself whenever I'm in front of someone. I was honestly insecure about it, like, I see the others seemingly doing just fine and even having fun, but why is it different for me? This feeling made me dread school so much that at one point, I just stopped. Stopped going to school for 3-4 weeks thinking this would be the solution.. but it didn't. Guilt started to gnaw at me whenever my mom asks why we didn't have class or when my friends and classmates tries to ask about my well being.. It made me feel so horrible. I've become the person that I hated the most.. and that I'm only going to drag down and dissapoint those around me.. These kind of thoughts went wild and it made me even more afraid. I shut myself off from everyone because I was afraid that if they learnt the truth, they would scorn me for being so pathetic.. Especially when we're already on finals during 2nd semester. I hated myself for being like this. It would be alright if it was just me providing for myself but my parents are the ones that are providing for me and if they found out that I'm failing and would have to possibly repeat a year.. I wouldn't know what to do anymore.. No, I don't know what to do anymore..

  • @ShuddhoDevDhali-xc4pv
    @ShuddhoDevDhali-xc4pv 3 дні тому

    BRO COME BACK MAN, I MISS YOUR TUTORIALS, ITS BEEN 9 MONTHS NOW

  • @vaishu1805
    @vaishu1805 3 дні тому

    Mr alex can you please make a video? what if laptop touch pad not working then how to fix it

  • @Abuhamdehaya
    @Abuhamdehaya 3 дні тому

    I will listen

  • @itsblu4735
    @itsblu4735 4 дні тому

    My least fav chapt tbh hope it doesn't come on the exam 🧍🏻‍♀️

  • @maiaaurora331
    @maiaaurora331 4 дні тому

    hey Alex, i fall in love with you

  • @sephoti7
    @sephoti7 4 дні тому

    Why isn't there import javax.swing*.; ?

  • @maryozonkwor-ei8vw
    @maryozonkwor-ei8vw 4 дні тому

    Just when i came across your channel, looking for a guide on java😢

  • @BryanDarryldarylCarpio
    @BryanDarryldarylCarpio 5 днів тому

    Class quiz

  • @htoivinci
    @htoivinci 5 днів тому

    your advice like was the video of master oogway's "If you don’t click on this video, youre gay."

  • @Zeh-Ra
    @Zeh-Ra 5 днів тому

    you explain java so easily. 한국어도 가르쳐 주세요. 😬😬

  • @LibertyUnited-zy9pd
    @LibertyUnited-zy9pd 5 днів тому

    yeah im not remembering this in the exam 5 minutes from now, good channel though

  • @madelinemontalvo9091
    @madelinemontalvo9091 5 днів тому

    never using an array again

  • @Hinksmn
    @Hinksmn 5 днів тому

    20k for a bootcamp I might asw pay a college tuition

  • @gaiedmahdi8791
    @gaiedmahdi8791 5 днів тому

    you fukin idiot bro, dont watch this go find a proper info

  • @bruceswinford4901
    @bruceswinford4901 6 днів тому

    FYI, for me I had to import the following for this to work. import java.awt.GridLayout; import java.awt.event.ActionListener; import java.awt.BorderLayout; import java.awt.event.ActionEvent;

  • @mohammadfarhat3933
    @mohammadfarhat3933 6 днів тому

    is using casting to have same object and using generecs to make set accept all types are the same thing?

  • @jethior
    @jethior 6 днів тому

    i liked this vedio even before starting😊

  • @human8008
    @human8008 7 днів тому

    Thank you!

  • @umasivasangaran
    @umasivasangaran 7 днів тому

    Thanks for sharing your knowledge. But, unfortunately, background music was totally disturbing to understand the concept. It would be a great help, if you remove the BG music.

  • @soulexesns9522
    @soulexesns9522 7 днів тому

    thank you so muchh

  • @soulexesns9522
    @soulexesns9522 7 днів тому

    thank you so much

  • @OHT26
    @OHT26 8 днів тому

    If Someone dont Like School or Study , then Stop , & Going to work. That solution.

  • @ianroman5333
    @ianroman5333 8 днів тому

    if (playspeed == 2) { System.out.println("congrats you learned java in 7 minutes"); }

  • @bigmusclemike6257
    @bigmusclemike6257 8 днів тому

    I get an error "Error occurred during initialization of boot layer java.lang.module.FindException: Error reading module: /Users/xxx/Desktop/JavaTurtorial/Swag/bin Caused by: java.lang.module.InvalidModuleDescriptorException: Swag.class found in top-level directory (unnamed package not allowed in module)"

  • @heavengrrl
    @heavengrrl 9 днів тому

    2:54 erm actually humans are primates Specifically great apes

  • @jethior
    @jethior 9 днів тому

    OOH Alex Lee!!!!!!!!!!!!!!!!!!!!!!!!!!!!! I don't know why I understand only your tutorial with an open heart!! thanks, man for making my life easier. I appreciate you really.

  • @JL-eq8ex
    @JL-eq8ex 9 днів тому

    thanks bro

  • @Nicolebdaiwi
    @Nicolebdaiwi 9 днів тому

    THANK YOUUUUUUUUUUUUUUUUU!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

  • @SolarFlare090
    @SolarFlare090 9 днів тому

    So I hope someone answers this question, but how do I make it so that when I hit the login button and my credentials are correct I jump to a new page or window?

  • @jakeysmaser
    @jakeysmaser 10 днів тому

    Not sure if you've covered this in a different video, but have you gone over how to use java api methods like localDate? Love the videos

  • @AzizBarzani-yg7wv
    @AzizBarzani-yg7wv 10 днів тому

    i swear if u were my teacher i would literally understand anything very easily

  • @MuxriddinBardiyev-xk4yk
    @MuxriddinBardiyev-xk4yk 10 днів тому

    thanku bro

  • @annasavchenko4611
    @annasavchenko4611 10 днів тому

    exelent!

  • @gamaybrain4770
    @gamaybrain4770 10 днів тому

    We do privates together? 🧐

  • @AhmedMekki-lp8vj
    @AhmedMekki-lp8vj 11 днів тому

    Alex you are awesome keep doing you

  • @russelldeleon4334
    @russelldeleon4334 11 днів тому

    if i learn anything from here then i wasted 20months in school

  • @RashorajDas
    @RashorajDas 11 днів тому

    I don't know why but I never want to go school

  • @YouSodaMakeMeFeel
    @YouSodaMakeMeFeel 12 днів тому

    Alex Lee, this helped me a lot. You aren’t just a programmer, but you are in fact like an older brother that you have us, whom we look up to. Thank you so much and please make more videos like these. Love you so much! ❤❤❤

  • @howyoutubesmells
    @howyoutubesmells 12 днів тому

    Thanks, really usefull when showing to newphew how to work with key press events.

  • @shanepereraedu
    @shanepereraedu 12 днів тому

    I'm a simple dog. I see hot dog I click

  • @Hippofartz
    @Hippofartz 12 днів тому

    It doesn't help.

  • @annabereznova3032
    @annabereznova3032 12 днів тому

    Great lessons! Thank you! Very clear!

  • @ihyfxntazy
    @ihyfxntazy 13 днів тому

    Anyone else watching before AP exams ☺