Search:

Type: Posts; User: thenk24

Search: Search took 0.10 seconds.

  1. Help understanding Input/OutputStreams and BufferedReader/Writers by dissecting code

    Here is the code that I wrote. First for the client:


    import java.io.*;
    import java.net.*;

    public class ThenClient {
    public static void main(String[] args) throws IOException {
    int port...
  2. Help me understand when to use static on functions/methods

    My teacher is trying to explain this but it really makes no sense the way he is explaining it. If I understand from my own research only, static attached to a method means that it can be called...
Results 1 to 2 of 2