I found this video very useful but for some reason ObjectInputStream kept throwing an exception when I asked for it to open a specific file. If anyone else is also having this problem then try replacing every occurrence of ObjectInputStream in your code with DataInputStream instead. That solved the problem for me. Not sure if it's due to some things getting changed in more recent versions of Java or what, but anyway I hope this helps anyone who may be having the same problem I was.
hallo Jose, thank you so much for the lesson, but I tried this and the out.bin doesn't comes out? and I don't have persisted container library, what should I do for getting the library? I use jre7 for the library
Hexadecimal to binary is too easy to need a calculator AF53 in Hex Break it apart A F 5 3 Then convert each of those numbers into 4 bit binary numbers 1010 1111 0101 0011
I found this video very useful but for some reason ObjectInputStream kept throwing an exception when I asked for it to open a specific file. If anyone else is also having this problem then try replacing every occurrence of ObjectInputStream in your code with DataInputStream instead. That solved the problem for me. Not sure if it's due to some things getting changed in more recent versions of Java or what, but anyway I hope this helps anyone who may be having the same problem I was.
Thanks for the tutorial! This is exactly what I needed to get started.
a tip: you can watch movies at flixzone. Been using them for watching all kinds of movies these days.
@Kyle Yael yea, I have been using Flixzone for since december myself =)
Thanks for the tutorial. But just curious what UI do you use to write your codes?!
Your videos are so helpful thank you!
hallo Jose, thank you so much for the lesson, but I tried this and the out.bin doesn't comes out? and I don't have persisted container library, what should I do for getting the library? I use jre7 for the library
sorry I notice by refreshing my eclipse the bin appear, thank you mr. Jose fro the tutorial
Como eu posso fazer, em Java, um for loop do maior para o menor?
Thanks so much! I just wish you had better sound quality though. :)
Very good!
Yeah, sorry, I think it was my shirt sleeve sliding across the desk as I type.
Thank you!
thanks dude
hex editor, you know??
Eclipse. See my "eclipse tips and tricks for beginners" video.
bruh lol. DO IT IN THE REVERSE ORDER.....
What "thirty-two hexadecimal"? "Thirty" has no meaning outside of the decimal system. 😒
Great, thank you! Btw its a lot of Shhhh:ing going on!
Hexadecimal to binary is too easy to need a calculator
AF53 in Hex
Break it apart
A F 5 3
Then convert each of those numbers into 4 bit binary numbers
1010 1111 0101 0011