This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>All_common_tags</title> | |
</head> | |
<body bgcolor="white" text="black"> | |
<h1 align="center">Most Expensive cars in the world of car !!!!</h1> | |
<ul type="circle"> | |
<li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
in this tutorial we are cover about java package and java package base program. | |
a package is a group of similar type of classes, interface and sub packages. | |
package in java can be categorize in two form, built in package and user define package. | |
their is many built in packages such as java, lang, awt, javax, swing, net, io, util, sql, etc | |
https://thecomputhub.blogspot.com/2020/05/java%20programs%20on%20package..html |