Skip to content

Instantly share code, notes, and snippets.

@mounicasrinivas
Created April 9, 2023 13:14
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/2ab962d8dbeb4ea37fb76154ba3acd33 to your computer and use it in GitHub Desktop.
Save mounicasrinivas/2ab962d8dbeb4ea37fb76154ba3acd33 to your computer and use it in GitHub Desktop.
Type 1: We can only import certain class
import java.lang.Test;
class Test
{
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