<%@ page errorPage="includes/errgeneral.jsp" %> <%@ page language="java" import="java.sql.*,java.io.*,java.util.*,eastwest.*" %> Application Form <%! public int getDaysInMonth(int year,int mon) { ++mon; switch(mon) { case 1: case 3: case 5: case 7: case 8: case 10: case 12: return 31; case 2: if(year%400==0 || (year%4==0&&year%100!=0)) return 29; else return 28; case 4: case 6: case 9: case 11: return 30; } return 0; } public static String smons[] = {"Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"}; %> <% try{ int i; java.util.Date d = new java.util.Date(); Calendar today = new GregorianCalendar(); today.setTime(d); int dd,mm,yy; // date,month,year, dd = today.get(today.DATE); mm = today.get(today.MONTH); yy = today.get(today.YEAR); String strTemp="",strTemp1=""; String path="",dirName=""; char sepChar='\\'; HttpSession sn = request.getSession(); Connection con=null; Statement st=null; ResultSet rs=null; int n1=0,n2=0; String collegeInfo = (String)sn.getAttribute("collegeinfo"); con = getc.conn(); if(con==null) { throw new NullPointerException("Some Unexpected problem with Database."); } st = con.createStatement(); %>
<% String reqPageName = request.getRequestURI(); //out.println("Path: "+reqPageName); if(reqPageName.indexOf("/index.jsp")<0){ strTemp=""; strTemp1=""; } else strTemp=strTemp1=""; %>
<%=strTemp%><%=strTemp1%>
Application Form Download
Download Application Form in pdf format
Application.pdf(65.0KB)
Download Application Form in doc format
Application.doc(53.0KB)
You need acrobat reader 4.0 or above to view application form. Download acrobat reader from : .
  • Applicants from India must send Rs 500/- Cheque / Demand Draft / Bank Draft along with application.
  • Applicants from outside India must send 15 USD Demand Draft / Bank Draft along with application.
  • On receiving the above amount, East West Colleges of Science and Management Bangalore brochure will be mailed by post to your specified address.
Guidelines to be followed for making payment for application form:

Application Form should be submitted with a Demand Draft / Bank Draft drawn in favour of "East West Colleges of Science and Management Bangalore" along with a covering letter.

Completed Application form along with a draft should be mailed to:

East West Colleges of Science and Management Bangalore

2nd Stage, Rajajinagar
Subramanyanagar Main Road
Bangalore -560010,
Karnataka, INDIA..


<%}catch(Exception e) { throw e; } %>