Yo Mike! that was really helpful. You went through all the needed examples. Our lecturer on uni just quickly went through this formatting and I was left with a big question mark above my head haha. Thank you for clearing it up!
@MikesTechCorner Жыл бұрын
Glad it helped! A lot of times it is easy when you see the examples. :-)
@WittCode3 жыл бұрын
Great video Mike! Really clears things up!
@MikesTechCorner3 жыл бұрын
Thank you :)
@Stixboi- Жыл бұрын
That was amazing, it helps me a lot of thanks for the helping.
@MikesTechCorner Жыл бұрын
You are welcome. Thank you for watching and commenting
@yuriiandreitsev85483 жыл бұрын
amazing video that teaches me to be better
@MikesTechCorner3 жыл бұрын
I'm happy to hear that
@ndeyesene70312 жыл бұрын
Great video. Very helpful for me.
@MikesTechCorner2 жыл бұрын
Glad to hear that!
@minor128285 ай бұрын
Cool things String.format("%S", "mike") Keep them flowing!
@MikesTechCorner5 ай бұрын
Thanks! Will do! You made my day with your comment. :)
@minor128285 ай бұрын
@@MikesTechCorner I would argue that you made it in the past the moment you recorded/uploaded the vodeo but it is a sunny day so let's agree to disagree 🤝. You enhanced my weekend with such content. 🙂
@dzunibravo3 жыл бұрын
Thanks man.
@alixerkmir20973 жыл бұрын
I have notepad but I want add string and save it and continue saving string next line , how can I do it?
@MikesTechCorner3 жыл бұрын
First of all install IntelliJ and Atom. Then use multiline strings in Java or concatenate the Java Strings with the + operator.
@alixerkmir20973 жыл бұрын
@@MikesTechCorner do you have discord?
@MikesTechCorner3 жыл бұрын
yes. link is my new vids
@alixerkmir20973 жыл бұрын
@@MikesTechCorner can you please make video about "Then use multiline strings in Java"?
@aslam-kg4xo3 жыл бұрын
Nice. keep posting :)
@MikesTechCorner3 жыл бұрын
Thank you, I will. Your feedback gives me energy. :)
@jamesdinser4411 Жыл бұрын
The %40d is not working . I get this error. d ! = java.lang.String. My code looks like this. System.out.println(String.format("%s %40d %s",columnTitle1, columnTitle2));
@MikesTechCorner Жыл бұрын
You can also try one of the templating langs like thymeleaf
@jamesdinser4411 Жыл бұрын
Ok I'll look into that. Thanks!@@MikesTechCorner
@MikesTechCorner Жыл бұрын
Or try out this article. www.baeldung.com/java-string-formatter