Category: Java
UML Modeling on NetBeans, Part 2: Create a Use Case Diagram A Use Case diagram is useful when you are describing requirements for a system in the analysis, design, …
UML Modeling on NetBeans, Part 1: Installation This article show how to create UML Model on NetBeans and infers that you have already install NetBeans 5.5 (IDE) already. It …
Split a string in Java Split method in String class will break a string into tokens or array. By specify regular expression as delimiters, as the example below.Split a …
You receive this message when compiling a code in Java: Exception in thread "main" java.lang.OutOfMemoryError: Java heap spaceException in thread "main" java.lang.OutOfMemoryError: Java heap space When this exception occurs, …