Class Lab01B

java.lang.Object
  extended by Lab01B

public class Lab01B
extends java.lang.Object

This app is very simple. The main method prints a single line. For more info, see main(java.lang.String[])

Author:
mb

Constructor Summary
Lab01B()
           
 
Method Summary
static void main(java.lang.String[] args)
          This method prints out the string "Here is an app that was archived within a project" to the console.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lab01B

public Lab01B()
Method Detail

main

public static void main(java.lang.String[] args)
This method prints out the string "Here is an app that was archived within a project" to the console.

Parameters:
args -