Answer any seven out of ten. દસમ ાથી કોઇપણ સ તન જવ બ આપો. 1. List types of APPLET. ૧. APPLET ન પરક રન ાલિસટ આપો. 2. List Layout Manager Classes. ૨. Layout Manager Class ન ાલિસટ આપો. 3. Give full form of 1) API 2) JDBC. ૩. 1) API 2) JDBC ન ાપ ર ન મ આપો. 4. List out types of JDBC Drivers. ૪. JDBC Driver ન પરક રન ાલિસટ આપો. 5. Draw AWT class hierarchy. ૫. AWT class ની hierarchy દોરો. 6. State two difference between Servlet and JSP. ૬. Servlet અન JSP વચચન બ તફ વત જણ વો. 7. List out JSP scripting elements. ૭. JSP scripting elements ન ાલિસટ આપો. 8. List out advantages of Servlet. ૮. Servlet ન ફ યદ ઓન ા લિસટ આપો. 9. List out components of JDBC API. ૯. JDBC API ન components ન ાલિસટ આપો. 10. Give full form of 1) AWT 2) JSP. ૧૦. 1) AWT 2) JSP ન ાપ ર ન મ આપો.
Give difference between applet and application. પરશન. ર (અ) Applet અન application વચચનો તફ વત આપો.
[3 marks]Explain types of applet. (અ) Applet ન પરક ર સમજાવો.
[3 marks]Give difference between AWT and SWING. (બ) AWT અન SWING વચચનો તફ વત આપો.
[3 marks]List out AWT controls. Explain any one out of them. (બ) AWT controls ન ાલિસટ આપો. તમ થી કોઈ પણ એક સમજાવો. 1/3
[3 marks]Explain life cycle of an applet. (ક) Applet ની િ ઈફ સ ઇકિ સમજાવો.
[4 marks]Explain steps to develop and execute an applet program. (ક) Applet પરોગર મ ન develop અન execute કરવ મ ટન સટપસ સમજાવો.
[4 marks]Write an applet program that draws circle in the center of an applet. Write your name in the center of a circle. (ડ) Applet પરોગર મ િખો ક જ applet ન મધય ભ ગમ ા circle દોર. Circle ન મધય ભ ગમ ા તમ રા ન મ િખો.
[4 marks]Write an applet program that draws five red color filled circles in vertical column in the center of an applet. (ડ) Applet પરોગર મ િખો ક જ applet ન મધય ભ ગમ ા vertical column મ ાપ ાચ િ િ રાગ થી ભરિ circle દોર.
[4 marks]Explain JDBC-ODBC bridge driver. પરશન. 3 (અ) JDBC-ODBC bridge driver સમજાવો.
[3 marks]Explain three tier JDBC architecture. (અ) Three tier JDBC architecture સમજાવો.
[3 marks]Write steps to access database from java application using JDBC. (બ) Java application મ ાJDBC ની મદદ થી ડટ બસ access કરવ ન સટપસ િખો.
[3 marks]Write a JDBC program to insert a record into database (assume suitable database). (બ) ડટ બસ મ રક ોડડ ન ખવ મ ટનો JDBC પરોગર મ િખો.(assume suitable database)
[3 marks]Explain Border Layout Manager with example. (ક) બોડડર િઆઉટ મનજ ર ઉદ હરણ સ થ સમજાવો.
[4 marks]Explain Grid Layout Manager with example. (ક) ગરીડ િઆઉટ મનજ ર ઉદ હરણ સ થ સમજાવો.
[4 marks]Write a servlet program to print “Hello Servlet”. (ડ) “Hello Servlet” print કરવ મ ટ Servlet પરોગર મ િખો.
[4 marks]Explain session tracking in Servlet. પરશન. ૪ (અ) Servlet મ ાsession tracking સમજાવો.
[3 marks]Give difference between GET request and POST request. (અ) GET request અન POST request વચચનો તફ વત આપો.
[3 marks]Explain JSP life cycle. (બ) JSP ની િ ઈફ સ ઇકિ સમજાવો.
[4 marks]Explain JSP Directives. 2/3 (બ) JSP Directives સમજાવો.
[4 marks]Write a program that displays a frame with a menu bar, menu and menu item. When a user selects any menu or menu item, it displays that selection on a text area in the center of the frame. (ક) એક પરોગર મ િખો ક જમ ાframe સ થ menu bar, menu અન menu item લડસપિ થ ય. જય ર ય ઝર કોઈ એક menu અથવ menu item પસાદ કર તય ર ત menu અથવ menu item frame ની મધયમ ા આવિ text area મ ાલડસપિ થ ય.
[7 marks]Explain servlet life cycle. પરશન. ૫ (અ) Servlet ની િ ઈફ સ ઇકિ સમજાવો.
[4 marks]Explain Mouse Listener. (બ) Mouse Listener સમજાવો.
[4 marks]Explain web.xml file with its attributes. (ક) Web.xml ફ ઇિ તન એટરીબય ટસ સ થ સમજાવો.
[3 marks]Write a JSP program to display the grade of a student on second page by accepting marks of five subjects from user. (ડ) JSP પરોગર મ િખો ક જ પ ચા લવષયોન મ કડસ ય ઝર પ સથી િઈન સટ ડનટ ન ગરડ ન બીજા પજ પર દર ડવ. 3/3
[3 marks]Write a servlet program which maintains a counter for the number of times page has been accessed since its loading, initialize the counter in web.xml. (ડ) Servlet પરોગર મ િખો ક જમ ા ય ઝર પજ કટિી વ ર access કય છ ત દર ડવ અન ત મ ટન counter ન web.xml મ ાinitialize કર.
[4 marks]