Skip to content

Instantly share code, notes, and snippets.

@mounicasrinivas
Created April 9, 2023 13:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mounicasrinivas/5718b2107946c22c44b107b2a66cbbe1 to your computer and use it in GitHub Desktop.
Save mounicasrinivas/5718b2107946c22c44b107b2a66cbbe1 to your computer and use it in GitHub Desktop.
Type 2: We can access any class with in this Package
import java.lang.*;
class Mypack
{
public static void main (String args[])
{
System.out.println(“Hello World”);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment