I would love to see a video where you explain threads, web applications etc in Java. I am on my second year in my Java courses and I haven't even heard any of these terms in class. You seem very knowledgeable and I would enjoy learning about it.
@ndk81112 жыл бұрын
7:27 thank you. I can not stress the importance of always offering a solution to an identified problem. Thanks.
@myselfyuvi2 жыл бұрын
Thanks John for enlightening video. I never knew SDF can blow up line that. Tomorrow I need to fix some shit in our application! 😂✌️
@jalowery12462 жыл бұрын
This can be so frustrating!
@cthoadmin7458 Жыл бұрын
FastDateFormat wierdness: Ran the example given. Gives the expected output: 10 x "Successfully parsedThu Oct 17 12:34:51 AEST 2024" Every now and again though (if I hit it hard enough) I get: "Successfully parsedThu Oct 17 12:34:51 GMT+10:00 2024" Which is the same, but how come sometimes it picks up the correct named timezone, and sometimes not?
@jack.hodkinson10 ай бұрын
This is absolutely wild
@pascalclement44612 жыл бұрын
I realy like your videos. Short and very clear. hmm is the naming convention of dataFormat not DATE_FORMAT?
@brucehartweg49462 жыл бұрын
Ok. I’m an experienced developer, so I know what and why this happening. But blaming SDF is an oversimplified and misleading to newer folks. There are many many classes that are not thread safe. Any time you are doing things in multi-threaded manor you should *never* used shared instances of things unless you absolutely *know* for certain they are thread safe.
@Exiide892 жыл бұрын
SDF is a nightmare.
@javalady8 ай бұрын
thanks for good hint
@vaishnavi_art Жыл бұрын
Can I store yyyy-mm-dd formate in Date date; veriable and not in string
@anthonyanyama2 жыл бұрын
Could this be happening only on particular date patterns? I guess I can carry out a test and find out
@NLxDoDge2 жыл бұрын
@Coding with John can this not also be prevented by using good Unit Tests instead?
@paulolvilar13 жыл бұрын
Thanks :)
@vijaykumarreddyt3287 Жыл бұрын
Great tutorial
@Chupacabras2222 жыл бұрын
Another way would be simply to synchronize on that object.
@MrSajjadgul2 жыл бұрын
But that would be slow and kills the parallelism
@abdellahlabied8283 жыл бұрын
I can't find parse method
@CodingWithJohn3 жыл бұрын
You should be able to find it on the SimpleDateFormat object we create here - dateFormat.parse()
@ndk81112 жыл бұрын
1:17 oops. Caught John’s bad manners. Unsubscribing. Ok. Ok. Will stay but last warning. 😉