Skip to content

Instantly share code, notes, and snippets.

@mounicasrinivas
Last active April 9, 2023 12:57
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/e910a9bf252c78befe999fc69fe24db2 to your computer and use it in GitHub Desktop.
Save mounicasrinivas/e910a9bf252c78befe999fc69fe24db2 to your computer and use it in GitHub Desktop.
Type 3:Directly Create Object Without Importing Any Package
class Test
{
public static void main ( String args[] )
{
java.lang.String Str = new java.lang.String("hello");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment