Search:

Type: Posts; User: Junky

Search: Search took 0.09 seconds.

  1. Re: Question about the first curly bracket after your public class

    The curly brackets are used to define the start and end of any block of code (class, method, if, loop). So any code that is inside the brackets belongs to that class, method, if, loop. Note I said...
  2. Re: Question about the first curly bracket after your public class

    What happened when you tried to compile a class that had that bracket missing?
Results 1 to 2 of 2