Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Java stream types

Name: Anonymous 2013-04-29 6:46

I'm just learning java and for whatever reason in every tutorial somebody is using a different form of an input/output stream, or they're creating 70 instances of different stream types.

Can anybody explain this shit and why it's like that?

Name: Anonymous 2013-04-29 7:07

Why can you initialize char arrays with a string literal, such as "potato" but you can only assign it in array form afterwards?


char xvalue = "potato"; //Acceptable


But...

xvalue = "nugget"; //Not Acceptable?


?

Name: Anonymous 2013-04-29 7:11

I get an error from both of those, you can't assign a string literal to a character.

char [] xvalue = "potato".toCharArray();

Name: Anonymous 2013-04-29 9:04

Because it's fucking java and java is complete and utter fucking shit.
Learn LISP or kill yourself.

Name: Anonymous 2013-04-29 9:13

>>4
Yea because we know everybody uses LISP. Oh wait..

Name: Anonymous 2013-04-29 9:51

>>5
Everyone should

Name: Anonymous 2013-04-29 10:13

>>5
lel, e/g/in ironic joke, /g/roski, truly /e/gin ;) install le /g/entoo LEL XDDDDDDDDDDD

Name: Anonymous 2013-04-29 13:47

>>7
what the fuck is wrong with you

Name: Anonymous 2013-04-29 16:01


foo = new ProgPost(new 4ChanTextBoardPost(new ImageboardPost(new InternetForumPost(NULL,NULL,NULL,NULL,NULL))));

Name: Anonymous 2013-04-29 16:21

>>8
autistic samefags

that's all they are

Name: Anonymous 2013-04-29 16:47

>>10
And that has what to do with OP's question?

Name: Anonymous 2013-04-29 17:37

>>11
Is that even relevant to the topic or is this just your way of saying "I've read SICP"?

Don't change these.
Name: Email:
Entire Thread Thread List