[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

First week of Java, and I feel like a god tier programmer.

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 14
Thread images: 1

File: computer-nerd-+-Limpet-21.jpg (33KB, 320x242px) Image search: [Google]
computer-nerd-+-Limpet-21.jpg
33KB, 320x242px
First week of Java, and I feel like a god tier programmer. Challenge me /g/
>>
Read a text file and output its contents but justified, meaning each line has the same width.
>>
>>57879360
Woah man that's cruel.
I've been using Java on and off for years and I still have to use google whenever I want to read a file.
>>
>>57879395
>Files.readAllLines() is too hard for me
>>
>>57879619
Sometimes the file is not text.
Sometimes the file is too big to load into memory.
>>
Create a try block without a catch or finally, doesn't matter what it does as long as it compiles
I read this from a pajeet book
>>
>>57879644
>Sometimes the file is too big to load into memory.
what is a buffer?
>>
>>57879782
Point is that readAllLines() isn't always the solution and there's like a hundred ways to handle paths and files, io, nio, whatever.
>>
>>57879204
function isUsingJava()
return lang
end

local user = (you)
if user and isUsingJava("Java") then
print("die in a fire")
end
>>
>>57879819
File fp = new File("/path/to/file")
InputStream in = new FileInputStream(fp);

byte[] buf = new byte[4096];
int read;

while ((read = in.read(buf)) != -1) {
/* handle ${read} bytes of data */
}


what's so challenging
>>
>>57879863
>>>>>>>>>>Lua
>>
>>57879895
is sexy, i know.
>>
>>57879204
Create a caesar cypher
>>
>>57879204
Dunning Kruger effect
Thread posts: 14
Thread images: 1


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.