JSP standard is XML-compliant but certain elements cannot be mixed causing agility issues
							Read more
			
 
				 
			
						
		
			
				
					            
        
	
						Group Use declarations help cut verbosity in the code
							Read more
			
 
				 
			
						
		
			
				
					            
        
	
						Commenting on setProperty() method allows for software to be resilient
							Read more
			
 
				 
			
						
		
			
				
					            
        
	
						Aliases can complicate and hide commands that hamper resiliency
							Read more
			
 
				 
			
						
		
			
				
					            
        
	
						CDATA is an XML construct which can only be read by JSP
							Read more
			
 
				 
			
						
		
			
				
					            
        
	
						Illegal exception occurs when user declares a standard exception.
							Read more
			
 
				 
			
						
		
			
				
					            
        
	
						Incomplete JSP fragments can cause readability errors.
							Read more
			
 
				 
			
						
		
			
				
					            
        
	
						Declaring errors prevents security risks
							Read more
			
 
				 
			
						
		
			
				
					            
        
	
						Using {curly braces} is less error-prone
							Read more
			
 
				 
			
						
		
			
				
					            
        
	
						Switch statements should have a default case specified
							Read more