Skip to content

teshah/basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1.) Write a Java Program to

	- Display State and Capital City Name to console results sorted by state name.
	- Display State and Capital City Name to console results sorted by state capital name.

2.) Create a J2EE app to display the same information inside a webapp.

	- Goto your App URL (i.e. http://localhost:8080/MyApp) and be able to provide same output 
		as above as a webapp.