ROBUSTNESS ANALYSIS

Robustness analysis is an approach of filling the gap between analysis and design. This approach was developed by Ivar Jackobson, but was dropped as one of the unified modelling language (UML). Robustness analysis is applied during the preliminary design where the designers make assumptions on the design and start thinking of the possible technical solutionsContinue reading “ROBUSTNESS ANALYSIS”

HTML TABLES (PART 2)

FORMATTING HTML TABLES Different formatting styles can be applied on HTML tables such as changing the border color, border styles and background colors on a table Lets see how we can apply the above techniques on HTML tables Changing table border colors The borders of the tables and cells can change colors and patterns. TheContinue reading “HTML TABLES (PART 2)”

BASICS OF JAVA (PART 2)

DATA TYPES IN JAVA A data type represents the different values to be stored in the variable. In java, there are two types of data types: Primitive data types Non-primitive data types Primitive data types These are built in data types provided by the programming language. Java uses six predefined data types, called primitive numericalContinue reading “BASICS OF JAVA (PART 2)”

BASICS OF JAVA (PART 1)

Any java program can contain any of the following component in their program structure Java statements Expressions Variables Data types Comments Literals Operators Java statements Statement forms a single Java operation. The following are simple Java statements: int age= 23; import java.util.Scanner; System.out.println(” My name is” + name); m.engineState = true; Each statement ends withContinue reading “BASICS OF JAVA (PART 1)”

HOW TO WRITE AND COMPILE JAVA PROGRAM

The tools that you will need to write your Java programs are as follow JDK https://www.oracle.com/technetwork/java/javase/downloads/jdk-netbeans-jsp-3413139-esa.html Netbeans https://netbeans.org/downloads/8.2/rc/ Download the above tools and install them on you PC Why are we going to use Netbeans IDE? IDE stands for integrated development environment and below are some of the advantages of the IDE It is aContinue reading “HOW TO WRITE AND COMPILE JAVA PROGRAM”

Design a site like this with WordPress.com
Get started