Page 1. Whoops! There was a problem loading more pages. Retrying... 17625 - Advanced Java Programming.pdf. 17625 - Advan
information on developing programs in the Java programming language. This ...
the creation of Java programs that have graphical user interfaces (GUIs); ..... it
has previously resided at com.sun.java.swing and later at java.awt.swing, the.
... how to serialize remote objects. SECTION â B (5X10=50). Answer any FIVE Questions. 6. With syntax explain any four
What are TCP/IP sockets? What are the classes available for TCP/IP. sockets in java? Give an example program. 15. Define
CPSC 219: Advanced Java. James Tam. Advanced Java Programming. After
mastering the basics of Java you will now learn more complex but important ...
No part of this book may be reproduced or ... ADVANCED JAVA PRoGRAmmiNG
... workbook, including the many students who have offered comments, ...
Thread-safe Collections. ⢠Queues. ⢠Thread Pools and Work Queues. ⢠Executor Framework. ⢠Futures. ⢠Synchron
Page 1 of 25. Savitribai Phule Pune University. T.Y.B.Sc. (Computer Science) Practical Examination, March / October. (20
(2) Write a java program to find factorial for give numbers using command line. (3) What is a Constructor? Explain ... M
... was a problem previewing this document. Retrying... Download. Connect more apps... Try one of the apps below to open
There was a problem loading this page. Retrying... Whoops! There was a problem previewing this document. Retrying... Dow
CS193k selects a few interesting areas of advanced Java technology and
explores them in ... advanced Java topics which basic Java courses never get to.
This book is for developers with more than a beginning level of understanding of
..... solid black circle on the left shows the beginning of activities, and the white ...
TCP/IP Protocol suite. •When you write java program that communicate over
network you are working at Application Layer. •Typically you donot need to be ...
Page 1 of 8. Page 1 of 8. Page 2 of 8. Page 2 of 8. Page 3 of 8. Page 3 of 8. Advanced Calculus.pdf. Advanced Calculus.p
Page 3 of 140. Advanced-Hibernate.pdf. Advanced-Hibernate.pdf. Open. Extract. Open with. Sign In. Main menu. Displaying
(D) The best solution was thought of by Sally. Sally came up with the best solution. 4. Look at the following phrasal ve
b) Show that W {(x,y,z) R : ax by cz 0,a, b,c R} 3 = â + + = â is a subspace of R3. 6. c) Define a basis of a vector
that will become part of an. eBook publication about your. experiences in the course! PLANS FOR SUMMER? July 1 - August
Sign in. Loading⦠Whoops! There was a problem loading more pages. Whoops! There was a problem previewing this document
Instructions: (1) Use of Programmable calculator & any other electronic instrument is prohibited. (2) Instructions written on main answer book are strictly to be obeyed. (3) Draw neat diagrams and figures (if necessary) at right places. (4) Assume suitable data if needed. Q-1 a) b)
c)
d)
e)
f)
Attempt the following questions: Explain JRadioButton Swing is not a part of JFC (Java Foundation Classes) that is used to create GUI application? A. True B. False What event is generated when a user makes a menu selection? A. actionPerformed B. EventListener C. ActionEvent D. ActionListener What method is used to handle item events from menus, checkboxes, and radio buttons? A. itemStateChanged() B. addActionListener() C. getItemEvent() D. getActionEvent() Which type of Statement can execute parameterized queries? A. PreparedStatement B. ParameterizedStatement C. ParameterizedStatement and CallableStatement D. All kinds of Statements How can you execute a stored procedure in the database? A. Call method execute() on a CallableStatement object B. Call method executeProcedure() on a Statement object C. Call method execute() on a StoredProcedure object D. Call method run() on a ProcedureCommand object
Page 1 || 3
(14)
The life cycle of a servlet is managed by A. servlet context B. servlet container C. the supporting protocol (such as http or https) D. all of the above h) Which of the following code retrieves the MIME type of the body of the request? A. new MimeType() B. request.getContentType() C. response.getContentType() D. None of the above i) Which of the following is true about init() method of servlet? A. The init() method simply creates or loads some data that will be used throughout the life of the servlet B. The init() method is not called again and again for each user request C. Both of the above D. None of the above j) Define Stub in RMI. k) What do you mean by Marshalling in RMI? l) Explain Look and Feel in Swing. m) Define role of taglib directive. n) What is JSTL? g)
Attempt any four questions from Q-2 to Q-8 Q-2 a) b) c)
Attempt all questions Differentiate between AWT and Swing. Explain Delegation Event model for event Handling Write a Swing program for Login.
(14) (4) (4) (6)
a) b)
Attempt all questions What do you mean by JDBC Driver? Explain types of JDBC Statement. Write a servlet/ JSP program to insert student information in database.
(14) (7) (7)
a) b) c)
Attempt all questions Difference between JSP and Servlet. Explain Session and Cookie in servlet. Write differences between include directive and include action in servlet.
(14) (4) (6) (4)
a) c)
Attempt all questions Write a note on servlet filter. Briefly explain the life cycle phases of JSP.
(14) (7) (7)
a) b)
Attempt all questions Write and explain steps of distributed RMI application. Write RMI Client and Server for Addition of two numbers.
(14) (7) (7)
Q-3
Q-4
Q-5
Q-6
Page 2 || 3
Q-7 a) b)
Q-8 a) b)
Attempt all questions What is Hibernate? Explain key features of Hibernate and O/R Mapping of Hibernate. Write a java client program that can send a String to a server program, and a server program that accepts that String and returns to client program a capitalized String using TCP.
(14) (7)
Attempt all questions Write a note on: Core tag library available in JSTL Explain n- tier J2EE Architecture.