IT 114: Introduction to Java 
			Class 11 Ungraded Quiz
		
	
	
		- 
			What do you call the item on the command line
			that specifies the type of value a method creates?
			
		 
		- 
			If a method returned no value, what would it's return type be?
			
		 
		- 
			What are the four different types of expressions?
			
		 
		- 
			What is the name of the special Java method that every Java program must have
			in order to run?
			
		 
		- 
			What is the name of the only Java method that is never called directly?