Hi frnds iam new to Java Kindy any one can provide or me Servlets Example code and can explain to me flow of servlets and as Jsp and Struts and provide to me some sample example on these 3 topic flow,code example,and tutorials,and related websites which i can refer....thanks in advance..........
3 5376my cient has reports in java and the dw mart is there already, whether you will suggest for Cognos reports ?
IBM,
1 5217Which server-side script takes the input from JavaScript, can access the database if it needs to, and processes the data.
2129which is advanced deep technology in java launched by the sun microsystem??? The answer is very logical If u need correct answer mail me at priya_gupta@gmail.com
IBM,
3688We can write any Java Logics in our JSP. Then why we are using servlets(Controller Layer) to interact with the DAO ?
TCS,
6 11460while applying patches with jspm java engine restarts while the jspm is still running.how?
TCS,
3 7913java.lang.ClassNotFoundException:oracle.jdbc.driver.OracleDr iver? I get this error at run time.I used oracle10G. I set CLASS PATH:C:\oraclexe\app\oracle\product\10.2.0 \server\jdbc\lib\ojdbc14.jar; I write JDBC PROGRAM like import java.sql.*; class Example { public static void main(String args[]) { try { Class.forName ("oracle.jdbc.driver.OracleDriver"); System.out.println("Driver Loaded"); Connection con=DriverManager.getConnection ("jdbc:oracle:thin:@localhost:1521:xe","system","salmas"); System.out.println("Driver Connected"); Statement st=con.createStatement(); ResultSet rs=st.executeQuery("select * from emp"); while(rs.next()) { System.out.println(rs.getInt(1)); System.out.println(rs.getString(2)); System.out.println(rs.getString(3)); } st.close(); con.close(); } catch(Exception e) { System.out.println(e); } finally { System.out.println("it's finally block executed"); } } }
CTS,
6 25158Possible ways for debugging java ,javascript,jsp and servlet. Can we use System.out.println debugging java.
2 5667what are the pre-requisites for java stack upgradation in bulk?and which EP components you have to upgrade first?
1 6066
What are the differences between Java 1.0 and Java 2.0?
What are advantages of using Java?s layout managers than windowing systems?
How to implement RMI in Java?
What is the form of storage space in java?
Explain the architectural relationship between JavaBeans and JTA?
What are the built in javascript functions available to customize your web template?
How to use XML DOM model on client side using JavaScript.
On a scale of 1 to 10 rate your proficiency in CSS, JavaScript, PhotoShop, Illustrator, Flash, ActionScript, HTML, DHTML.
What software do you use to build websites? Give me an example of a project that you built using JavaScript. What kind of functionality did you create?
how we can know the funcions available in a class recording java?
When JAVA will be mature ?
What is the relationship between Java and middleware?
What HTTP servers and Java servlet engine combinations are supported with PeopleTools 8.4?
For the servlet layer on the web server, what version of the Java Servlet API are the PIA Java Servlets coded to with PeopleTools 8.4?
Compare CORBA security with security of other distributed object computing frameworks such as Java RMI or DCOM?