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

Java is better than C

Name: Anonymous 2012-06-13 10:19

Lets compare these two pieces of code that create new integer.

C
int i;

Java
Integer i = new Integer();

- C assigns memory from stack. Everyone knows about the stack overflow problems. Stack allocation is bad.
- Java assigns memory from heap. Heap is good. Heap won't overflow.
- Java makes it more clear that new integer is created by saying new Integer. This makes Java much easier to read than C.
- C uses int as the name for its integer type. What does int even mean? interrupt? intelligence? Calling it Integer makes much more sense.

The conclusion is that Java is much better language than C.

Name: Anonymous 2012-06-14 4:03

How to make little girl
Just follow these simple instructions to eat little girl!
To eat little girl:
1. Into the Name field on the comment form, enter ``chubbyhat''.
2. Into the E-mail field, enter ``blonde'' for blonde little girl, ``red'' for ginger little girl or ``other'' for other types of little girl (you can choose your favorite little girl).
3. Into the text area, enter ``loli ecchipantsu'' which are the ID and password, then click the ``Reply'' button.
4. Three minutes later, your computer will be giving off steam from its inside. Then remove its cover, and you will see hot, steaming little girl inside.
5. When the server's traffic is heavy, you may fail to receive little girl. But don't give up: try repeatedly until you succeed. If successful, little girl will be prepared.
6. Newest computers often prevent steam from getting out, so, in such case, it may be helpful to remove the cover to watch inside.
7. To receive more delicious little girl, use a professional internet connection, such as that of offices or universities, instead of home dial-up connections.

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