02-20-2014 04:06 AM
02-20-2014 09:30 AM
02-21-2014 02:34 AM
02-21-2014 11:52 AM
02-27-2014 03:42 AM
03-18-2014 04:29 AM
<!– Los import –>
<%@ page language="java" %>
<%@ page import = "paquete.ConsultaPregunta"%> 
<%@ page import = "paquete.Pregunta"%> 
<html>
   <body>
   
      <%
         Pregunta preguntas = ConsultaPregunta.getPreguntas();
         
         out.println(preguntas.getEnunciado());
         
         
      %>
   </body>
</html>
03-18-2014 06:47 AM
 
					
				
				
			
		
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.