Mintype
Mintype
  • Видео 30
  • Просмотров 162 308
Open a URL in Java | Simple & Easy
Open a URL in Java | Simple & Easy
Hey everyone! In today’s video, I’m going to show you how to open a website URL in Java. It’s super easy and can come in handy when you need to launch a webpage from your Java application. We’re going to use a built-in Java class called Desktop to do this.
► Software Used:
● IntelliJ IDEA: www.jetbrains.com/idea/download/
► Helpful Learning Sites:
● Codecademy: www.codecademy.com/
● freeCodeCamp: www.freecodecamp.org/
► Music from Free To Use:
● Source: freetouse.com/music
● aromatic by massobeats
► Support or Follow me:
● Join our Discord: discord.gg/hhGu6mV5wm
● GitHub: github.com/Mintype
Просмотров: 81

Видео

CLASSES in JAVA | Simple & Easy
Просмотров 16214 дней назад
CLASSES in JAVA | Simple & Easy In today's video, I’ll be showing you how to use classes in Java. It's super easy and will help you understand one of the core concepts of Java programming! Today, we’ll focus on the basics of classes and objects, and maybe in the future, I can make a video on more advanced concepts like inheritance and polymorphism. ► Software Used: ● IntelliJ IDEA: www.jetbrain...
Intro to Python | simple & easy!
Просмотров 3821 день назад
Intro to Python | simple & easy! In today's video, I'll take you through a complete Python course, from the basics to more advanced concepts! We'll cover everything you need to know, including printing, variables, loops, user input, basic math, and more. Whether you're new to Python or looking to deepen your understanding, this tutorial has you covered. Perfect for anyone looking to master Pyth...
Java Beginners Tutorial | (under 25 mins!)
Просмотров 191Месяц назад
Java Beginners Tutorial | (under 25 mins!) In today's video, I'll take you through a complete Java course, from the basics to advanced concepts! We'll cover everything you need to know, including variables, loops, methods, object-oriented programming, data structures, and more. Whether you're new to Java or looking to deepen your understanding, this tutorial has you covered. Perfect for anyone ...
Unity 3D Gravity Tutorial | (Simple & Easy)
Просмотров 172Месяц назад
Unity 3D Gravity Tutorial | (Simple & Easy) In today's video, I'll show you how to add gravity to your 3D objects in Unity! We'll cover everything you need to know, from setting up rigid bodies to making simple and easy adjustments. Whether you're new to Unity or just want to enhance your game physics, this tutorial is perfect for you. Don't forget to like, comment, and subscribe for more codin...
How to REMOVE ADS on SPOTIFY! | (working 2024)
Просмотров 228Месяц назад
How to REMOVE ADS on SPOTIFY! | (working 2024) In today's video, I'll be showcasing a Python program I developed that skips ads on Spotify! This tool automatically closes and reopens the Spotify application to bypass those annoying interruptions. I'll walk you through the code and explain how it works, so you can understand and maybe even adapt it for your own needs. Don't forget to like, comme...
OLLAMA API in JAVA | (simple & easy)
Просмотров 748Месяц назад
OLLAMA API in JAVA | (simple & easy) In today's video, I'll show you how to use the Ollama API in Java! We'll cover everything you need to know, from setting up the API to making simple and easy calls. Whether you're new to Java or just want to expand your skills, this tutorial is perfect for you. Don't forget to like, comment, and subscribe for more coding tutorials! Let me know if you have an...
Switching Pages in Android Studio | (Intents)
Просмотров 1942 месяца назад
Switching Pages in Android Studio | (Intents) In today's video, I'll show you how to switch pages in Android Studio using Intents! We'll cover everything from creating new activities to navigating between them seamlessly. Whether you're new to Android development or just want to improve your skills, this tutorial is perfect for you. Don't forget to like, comment, and subscribe for more coding t...
BUTTONS in Android Studio | (Java & 3 Ways!)
Просмотров 2222 месяца назад
BUTTONS in Android Studio | (Java & 3 Ways!) In today's video, I will be showing you three different ways of creating a button in Android Studio! We'll go step by step, making it easy to follow along. Whether you're a beginner or just looking to learn more, this video will help you out. Don't forget to like, comment, and subscribe for more coding tutorials! Let me know if you have any questions...
WEBSERVER in JAVA | (simple & easy)
Просмотров 1573 месяца назад
WEBSERVER in JAVA | (simple & easy) In today's video, I will be showing you how to make a simple webserver in Java. It is super easy and can help you learn about web development as a Java programmer! Today we focus on the backend / Java part, but maybe in the future I can make a video on the front end part! ► Software Used: ● IntelliJ IDEA: www.jetbrains.com/idea/download/ ► Helpful Learning Si...
How to COMPILE & RUN JAVA! | (simple & easy)
Просмотров 4608 месяцев назад
How to COMPILE & RUN JAVA! | (simple & easy) Today's video is very simple! I show you guys today how to compile and run Java code in Windows 10/11! ► Java 8 Download ● www.java.com/download/ie_manual.jsp ► Software Used: ● IntelliJ IDEA: www.jetbrains.com/idea/download/ ► Helpful Learning Sites: ● Codecademy: www.codecademy.com/ ● freeCodeCamp: www.freecodecamp.org/ ► Song Used: ● none :( ► Sup...
How to DELAY CODE in Rust! | (simple & easy)
Просмотров 754Год назад
How to DELAY CODE in Rust! | (simple & easy) Today's video is very simple! I show you guys today how to make a program in Rust delay/sleep/wait! ► Software Used: ● VS Code Insiders: code.visualstudio.com/insiders/ ► Helpful Learning Sites: ● Codecademy: www.codecademy.com/ ● freeCodeCamp: www.freecodecamp.org/ ► Song Used: ● Honey Jam: ruclips.net/video/HGMQbVfYVmI/видео.html ► Support or Follo...
Reverse Integer in JAVA | (simple & easy)
Просмотров 453Год назад
Reverse Integer in JAVA | (simple & easy) In this video, I will show you how to reverse an integer in Java. Reversing an integer means flipping its digits, making the ones digit the highest and vice versa. To do this, you can convert the integer to a string, reverse the string, and then convert it back to an integer. It's a simple technique that can be handy in various programming scenarios. ► ...
Fibonacci Sequence in JAVA | (simple & easy)
Просмотров 287Год назад
Fibonacci Sequence in JAVA | (simple & easy) In today's video, I will be showing you how to generate the Fibonacci sequence in Java. The Fibonacci sequence is a fascinating series of numbers with a special pattern, and we'll explore it together. By following this tutorial, you'll learn how to write a simple Java program to generate the Fibonacci sequence effortlessly. Get ready to dive into the...
Multi Threading in JAVA | (simple & easy)
Просмотров 2,1 тыс.Год назад
Multi Threading in JAVA | (simple & easy) In today's video, I will be showing you how to create threads in java! Multi threading in Java is when you create more threads like your main one. Each thread can execute code on its own. This is often used to increase performance in applications. ► Software Used: ● IntelliJ IDEA: www.jetbrains.com/idea/download/ ► Helpful Learning Sites: ● Codecademy: ...
ChatGPT API in JAVA | (simple & easy)
Просмотров 36 тыс.Год назад
ChatGPT API in JAVA | (simple & easy)
How To Reverse Arrays In JAVA | (simple & easy)
Просмотров 2,6 тыс.Год назад
How To Reverse Arrays In JAVA | (simple & easy)
Enhanced For Loops in JAVA | (simple & easy)
Просмотров 9 тыс.Год назад
Enhanced For Loops in JAVA | (simple & easy)
Math.Random in JAVA | (simple & easy)
Просмотров 11 тыс.Год назад
Math.Random in JAVA | (simple & easy)
Buttons in JAVA | (simple & easy)
Просмотров 166Год назад
Buttons in JAVA | (simple & easy)
Reverse Strings in JAVA | (simple & easy)
Просмотров 80 тыс.Год назад
Reverse Strings in JAVA | (simple & easy)
Comments in JAVA | (simple & easy)
Просмотров 197Год назад
Comments in JAVA | (simple & easy)
Variables in JAVA! | (simple & easy)
Просмотров 270Год назад
Variables in JAVA! | (simple & easy)
How to make GUI in JAVA | (simple & easy)
Просмотров 2,6 тыс.Год назад
How to make GUI in JAVA | (simple & easy)
How to make AutoClicker in Java! | (simple 2022)
Просмотров 8 тыс.Год назад
How to make AutoClicker in Java! | (simple 2022)
How To Host a Webstite for FREE! | [fast & easy]
Просмотров 762 года назад
How To Host a Webstite for FREE! | [fast & easy]
Make Java executable! | (simple & easy)
Просмотров 4072 года назад
Make Java executable! | (simple & easy)
How to get INPUT in JAVA! (fast)
Просмотров 5302 года назад
How to get INPUT in JAVA! (fast)
How to DELAY CODE in Java | (simple & easy)
Просмотров 5 тыс.2 года назад
How to DELAY CODE in Java | (simple & easy)
How To Code In 2022 | Java Tutorial
Просмотров 3312 года назад
How To Code In 2022 | Java Tutorial

Комментарии

  • @Lafra-z6z
    @Lafra-z6z 8 дней назад

    You said i less than but you typed greater than sign 😂😂😂

    • @mintype
      @mintype 7 дней назад

      ops my bad

  • @robloxadventures7315
    @robloxadventures7315 18 дней назад

    First

  • @ashishrai472
    @ashishrai472 19 дней назад

    Why we are not using buffer instead of loop

    • @mintype
      @mintype 19 дней назад

      Because in computer science classes, often times students are asked to do things without buffer. They need to know how to do it without before they use it. (When first learning)

  • @ShathyMasud
    @ShathyMasud 28 дней назад

    Nice work ❤

  • @bryanwilliam7366
    @bryanwilliam7366 28 дней назад

    Can I make this work like an API? I want to run this on my VPS and open an end-point to call and 'answer something', can u make a video abt it?

    • @mintype
      @mintype 28 дней назад

      Yes I am pretty sure you can. Also the Ollama thing when installed and running in the background creates a local api that you can call.

    • @bryanwilliam7366
      @bryanwilliam7366 27 дней назад

      @@mintype Im developing a backend in java calling the llama api on localhost to make a chat. If I train my model, but close the connection/close llama prompt, will I lose the data I trained?

    • @mintype
      @mintype 26 дней назад

      Yeah, I'm pretty sure you would lose the data you trained then.

  • @ArturZ-x3w
    @ArturZ-x3w Месяц назад

    Hello, I have a hololens 2. I would like to design a scene: a cube on a shelf and the possibility of manipulating it. I want to add gravity and have it stop at any place in my room. Please give me a recipe, what I need to add to Unity. What version of Unity do you recommend so that I can use MRKT3. I don't know how to make the cube stop on the floor or an object in the room, it always falls infinitely. I installed: Unity 2022.3.44f1, I added MRKT3. The sample scene contains: directional light, MRTK XR Rig and MRTKInputSimulator. Please give me some tips on what to improve. Thank you. Best regards, Artur

    • @mintype
      @mintype Месяц назад

      I replied to you on discord btw

  • @IndyFord-s9e
    @IndyFord-s9e Месяц назад

    i don't get why it only hase 542 like more likes! :]

    • @mintype
      @mintype Месяц назад

      huh???????????

  • @maksim12233
    @maksim12233 Месяц назад

    good video, what is the program? its not intalide? this is eclipse?

    • @mintype
      @mintype Месяц назад

      VS Code!!! Link in the description!!

    • @maksim12233
      @maksim12233 Месяц назад

      @@mintype its better then inteliji Idea?

    • @maksim12233
      @maksim12233 Месяц назад

      @@mintype in order to know java, I need to learn the basics java perfectly?

    • @mintype
      @mintype Месяц назад

      No. IntelliJ is better. But I used VS Code in this video because this is a beginners tutorial, so i can compile manually.

    • @mintype
      @mintype Месяц назад

      Yes. Of course you could still do Java without memorizing the basics but that’s torture… it’s worth memorizing the basics which is everything in this video besides scanner. This way you will make less typing mistakes and will code faster.

  • @Idealbruda
    @Idealbruda Месяц назад

    WRONG CODE

    • @mintype
      @mintype Месяц назад

      ??? What went wrong?

    • @Idealbruda
      @Idealbruda Месяц назад

      @@mintype o ol oll olle olleh this is the actual output what i got

    • @mintype
      @mintype Месяц назад

      Isn’t that hello backwards though? “olleh”

    • @Idealbruda
      @Idealbruda 6 дней назад

      @@mintype yes but why it is reversing like this it should only "olleh" not all these

  • @Idealbruda
    @Idealbruda Месяц назад

    Dude can u explain why decremented the str.length by 1

    • @mintype
      @mintype Месяц назад

      Using str.length gives you the length of a string but since getting a char from a string starts at 0 not 1, we need to go back one to get the last letter. For example if we had the string “Hello”, and we got the length it would be 5 but if we got the 5th letter AND start counting from 0 not 1 then we we would have an issue because we would go 0, 1, 2, 3, 4, 5 and if you look closely I just listed 6 numbers. So really using the length you are getting the 6th letter here of a 5 letter word. That’s why we subtract one.

    • @Idealbruda
      @Idealbruda Месяц назад

      @@mintype thx understood

  • @dylannchapman1302
    @dylannchapman1302 Месяц назад

    Hi I just wanted to ask, when would you need to specify the intent in the android manifest itself?

    • @mintype
      @mintype Месяц назад

      You would need to specify the intent in the android manifest itself when you want your activity to be available to other apps in android. This lets android know how it can use your activity. For example, you could make it, so another app can open that activity or from a link in a webpage.

  • @sanjuktamitra-js8mn
    @sanjuktamitra-js8mn Месяц назад

    appreciate it

    • @mintype
      @mintype Месяц назад

      your welcome!!!!!!!!!!

  • @ItsLethe
    @ItsLethe Месяц назад

    banger video

  • @BrennerEraFan
    @BrennerEraFan Месяц назад

    Once again, thanks so much for making this video

    • @mintype
      @mintype Месяц назад

      My pleasure!

  • @mintype
    @mintype Месяц назад

    ► Support or Follow me: ● Join our Discord: discord.gg/hhGu6mV5wm ● GitHub: github.com/Mintype

  • @BrennerEraFan
    @BrennerEraFan 2 месяца назад

    Could you please make a video explaining how to use Ollama API with java? Ollama is a command-line based program that runs locally and runs models like llama2, llama3, etc...

    • @mintype
      @mintype Месяц назад

      ill see about that!

    • @BrennerEraFan
      @BrennerEraFan Месяц назад

      @@mintype Thank you so much!

    • @mintype
      @mintype Месяц назад

      I've just finished recording the video! So expect it to be released soon!

    • @BrennerEraFan
      @BrennerEraFan Месяц назад

      @@mintype OMG thank you so much!!

    • @mintype
      @mintype Месяц назад

      im done editing and working on thumbnail now :)

  • @NoName-is9qv
    @NoName-is9qv 2 месяца назад

    this vs stribgbuilder.reverse which is better?

    • @mintype
      @mintype 2 месяца назад

      Generally, using StringBuilder.reverse() is better because it's more efficient and concise. This video was made just to show people how to do it manually, because they might have to do it manually for a computer science class.

  • @surpris5269
    @surpris5269 2 месяца назад

    java.io.IOException: Server returned HTTP response code: 429 for URL: -______________________- wtf is that

    • @mintype
      @mintype 2 месяца назад

      A 429 response code from ChatGPT api would indicate that you have run out of api credits! In order to refill your credits, you may have to add funds using a credit/debit card.

  • @helloShreyasJ
    @helloShreyasJ 2 месяца назад

    Thanks for the quick and informative vid

    • @mintype
      @mintype 2 месяца назад

      No problem 👍

  • @GigaChad-zx9hj
    @GigaChad-zx9hj 2 месяца назад

    Thx for this video man....

    • @mintype
      @mintype 2 месяца назад

      No problem!

  • @User-1234-r1z
    @User-1234-r1z 2 месяца назад

    0:24 greater than or equal to

    • @mintype
      @mintype 2 месяца назад

      oh yea thanks

  • @rishisheth5361
    @rishisheth5361 2 месяца назад

    U should get a new mic

    • @mintype
      @mintype 2 месяца назад

      bruh

    • @mintype
      @mintype 2 месяца назад

      YO I just checked idk why it sounds like that

  • @armenia18yt3
    @armenia18yt3 3 месяца назад

    short and simple, thank you

    • @mintype
      @mintype 3 месяца назад

      You're welcome!

  • @kgoeranotwentyone
    @kgoeranotwentyone 4 месяца назад

    Man how can you say simple and easy then use loops

  • @code-Known
    @code-Known 4 месяца назад

    type mismatch bro

  • @fathurrahmannursaputra4219
    @fathurrahmannursaputra4219 4 месяца назад

    can you create for google gemini ?

  • @TheMrTuanVu
    @TheMrTuanVu 4 месяца назад

    thank you a lot for this video!

  • @JSR2428
    @JSR2428 5 месяцев назад

    Why you use that + sign with result?

    • @mintype
      @mintype 2 месяца назад

      the plus makes it so the thing after gets ADDED to the string. so the string starts off with nothing in it and each time it goes through the for loop, one letter from the str string is added to result. (it goes backwards so its reversed.)

  • @blackscience8208
    @blackscience8208 5 месяцев назад

    The explanation is very good and easy to understand, i am a teenager and i understood it clearly☺☺

    • @mintype
      @mintype Месяц назад

      Glad to hear that

  • @hosteldays3509
    @hosteldays3509 5 месяцев назад

    Yes I use my api key but it why the link cgatgpt link is not working

  • @RealTrueguy64
    @RealTrueguy64 5 месяцев назад

    tysm!!

  • @meoconhoccode
    @meoconhoccode 5 месяцев назад

    free account can't use api :(

  • @ajeetkumarsingh1302
    @ajeetkumarsingh1302 5 месяцев назад

    great video man probably shortest programming video i have watched on youtube. i am new to coding how do i excel in this

    • @mintype
      @mintype 2 месяца назад

      just keep coding :) if u dont know what to code go learn something new and maybe some cool ideas will pop into ur head!

  • @xebex5451
    @xebex5451 6 месяцев назад

    thanks man!!

  • @maksim12233
    @maksim12233 7 месяцев назад

    why you use swing? you need to use javaFX

    • @mintype
      @mintype 6 месяцев назад

      Some people want to learn swing. I can teach both so it’s fine. If I make a JavaFX video I’ll put it in the title.

  • @thedadbrains
    @thedadbrains 7 месяцев назад

    you're amazing!

    • @mintype
      @mintype 6 месяцев назад

      Wow, thank you!

  • @giveaway5630
    @giveaway5630 7 месяцев назад

    Requires GPT-4, because when reading an error message after asking, getting insufficient credits

    • @mintype
      @mintype 6 месяцев назад

      It means your openAI account doesn’t have any funds/money left

  • @oshadhaedirisinghe1455
    @oshadhaedirisinghe1455 7 месяцев назад

    Thank you

  • @baseplate_462
    @baseplate_462 7 месяцев назад

    im not exactly sure i understand why we do .length - 1; what is the -1 for?

    • @almira4008
      @almira4008 7 месяцев назад

      -1 means the index of last character, because index starts from zero, so when you want to get last characters' index you should add this -1

    • @user102-j1t
      @user102-j1t 5 месяцев назад

      array {1, 2, 3, 4, 5} There's 5 elements inside, it has a length of 5. However, if we want to know the index of each element inside the array the value '1' is at position '0' which means element '5' is at position '4', so to get the value '5' we need to write array[4]. given N is the length of the array, n-1 determins the position of those elements. If simple wrote i = str.length; you would get an out of bounds exception element because the element '5' is at position '4', not position '5'. Following the formular n-1, we say str.-length-1 to ensure we always end up at the last element contained within the array.

    • @ravalimanchala8170
      @ravalimanchala8170 4 месяца назад

      Thank you for your valuable information

    • @frailedtea
      @frailedtea 4 месяца назад

      @@user102-j1t You're amazing!

  • @douglassousa9188
    @douglassousa9188 8 месяцев назад

    Não funcionou

  • @LynnLunnHtun
    @LynnLunnHtun 8 месяцев назад

    I think API keys are expired now, so we must pay to run the code? Plz. reply me as fast as you can, i must finish my project in next two weeks

    • @mintype
      @mintype 8 месяцев назад

      Yeah you have to pay but its really cheap

  • @yashbhatt9442
    @yashbhatt9442 9 месяцев назад

    Will this run in bluej

    • @mintype
      @mintype 8 месяцев назад

      If it's java, it's going to work. If it doesn't you most likely forgot to import something.

  • @hyperkarlotheweeb2969
    @hyperkarlotheweeb2969 9 месяцев назад

    Thank youuuuu

    • @mintype
      @mintype 9 месяцев назад

      Glad to help!

  • @hudashaikh5169
    @hudashaikh5169 11 месяцев назад

    i got server 429 error for first time why is it happening

    • @mintype
      @mintype 11 месяцев назад

      Check your api key is working and valid. Make sure it is not expired if it is a free trial.

  • @ajwadshine4638
    @ajwadshine4638 11 месяцев назад

    Thanks preciate it.

    • @mintype
      @mintype 11 месяцев назад

      No problem!

  • @chrism2828
    @chrism2828 Год назад

    I keep getting an exception out of bounds error and I’m not sure why.

    • @mintype
      @mintype Год назад

      send ur code here

  • @mathsbigsecrets6100
    @mathsbigsecrets6100 Год назад

    I get an "Server returned HTTP response code: 429" Error. I believer the BufferedReader in is what's causing the issue. Any ideas on what might be going wrong?

    • @mintype
      @mintype Год назад

      Check your api key is valid not expired and works. Also check how much free trial money you have left if you are in the free trial. (Other people have had the same issue before)

    • @RichaBehera129
      @RichaBehera129 Месяц назад

      ​@@mintype Even I am getting the same error any idea I doing a poc for a very important project can anyone help me please .

  • @irisrin
    @irisrin Год назад

    my results came out diffrent

    • @mintype
      @mintype Год назад

      Can you provide some info? Like give me your code so I can see whats wrong. Also maybe tell me your version of Java? New Java versions come out all the time and can break old code. discord help server: discord.gg/hhGu6mV5wm <-----

  • @kevswags
    @kevswags Год назад

    I think i found an easier way: String s = "123456789"; StringBuilder x = new StringBuilder(s); x.reverse(); String output = x.toString(); System.out.println(output);

    • @mintype
      @mintype Год назад

      Your way works and is more simple than my way, however this video is supposed to teach those who don’t know how to reverse a sting WITHOUT StringBuilder. (For example in a AP CSA class they would ask you to do this without StringBuilder)

    • @user102-j1t
      @user102-j1t 5 месяцев назад

      interviews tend to not allow things like StringBuilder, while yes it is more efficient, they want to see if you know the fundamental logic