<%-- Document : ImportPage Created on : May 16, 2013, 5:21:48 PM Author : onder --%> <%@page import="com.godoro.servlet.MyClass"%> <%@page contentType="text/html" pageEncoding="UTF-8"%> <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>İçealım</title> </head> <body> <% MyClass myClass=new MyClass(); %> <%=myClass.getMyMethod()%> </body> </html>Dosyayı İndir