You are on page 1of 1

Classes- letters

Objects-

Encapsulation-

Jdk- Java Development Kit

JRE- Java Runtime Environment

public class Lincoln

//---------------------

// Prints a presidential quote.

//---------------------

Public static void main (String args)

System.out.println (“A quote by Abraham Lincoln:’);

System.out.printlm (“Whatever you are, be a good one.”);

You might also like