Search:

Type: Posts; User: Verficon

Search: Search took 0.18 seconds.

  1. Replies
    2
    Views
    1,487

    Re: [PROJECT] JWebby: A brand new webserver

    No, could not found a project section :D
  2. Re: WatchService - small code for monitoring folders

    Use / instead of \\
  3. Replies
    2
    Views
    1,487

    [PROJECT] JWebby: A brand new webserver

    What is JWebby?
    JWebby is a webserver written in Java.

    What is so special about it?
    Instead of PHP and all other languages, you can use Java to generate output.

    Why not use JSP?
    JSP is not...
  4. Sharing my ByteStream, feel free to improve!

    Hi guys,

    I wrote this a few days ago for my MMORPG.
    You can read and write Strings, etc in a Input- or OutputStream with bytes.
    package com.verficon.io;

    import java.io.IOException;
    import...
  5. Replies
    2
    Views
    1,751

    [SOLVED] Re: abstract classes, can you explain?

    If you make a method abstract, you can access it in the class where it is abstract, but you need to define it in the class which extends the abstract class.

    I will give you an example:
    You have a...
Results 1 to 5 of 6