GUJARAT TECHNOLOGICAL UNIVERSITY Diploma Semester V th Examination December

Size: px
Start display at page:

Download "GUJARAT TECHNOLOGICAL UNIVERSITY Diploma Semester V th Examination December"

Transcription

1 Seat No.: Enrolment No. GUJRT TECHNOLOGICL UNIVERSITY Diploma Semester V th Examination December Date: 28 /12 /2010 Subject code: 3503 Subject Name: Java Programming Instructions: 1. ttempt all questions. 2. Make suitable assumptions wherever necessary. 3. Figures to the right indicate full marks. 4. English version is uthentic Time: pm pm Total Marks: 70 Q.1 (a) Discuss the features of Java Programming Language. (b) Explain different Java Control Statements with example. Q.2 (a) (1) Explain the structure of Java Program with example. 04 (2) Explain the task of main() method in Java Programming Language. 03 (b) (1) Explain the difference between abstract class and final class. 04 (2) What is Wrapper Class? Explain the use of Wrapper Class with example. 03 (b) What is Vector? How it differs from the array? Explain array and vector with example. Q.3 (a) What is Bytecode? Explain the JVM concept in Java Programming Language. (b) List out the different important Java Packages and explain it. Q.3 (a) What is Inheritance? Explain the different forms of Inheritance with example. Explain the use of super keyword. (b) Discuss the similarities and differences between Class and Interface with example. Q.4 (a) What is Package? Write the steps to create the package with example. (b) Explain the difference between String Class and StringBuffer Class with example. Q. 4 (a) What is Thread? Explain the Life Cycle of a Thread. (b) Explain the difference between Web pplet and Stand-alone application. Q.5 (a) (1) Write a Java Program to display the 10 (ten) citynames using the 03 command-line arguments (2) Write a Java Program to create a class student having following data 04 members : rollno, name, sub1, sub2, sub3. Display the rollno, name, marks, total marks of student. (b) Write a Java Program to arrange 10 (ten) employee names in ascending order. Q.5 (a) Define an Exception called NoMatchException that is thrown when a string is not equal to India. Write a Java Program that uses this exception. (b) Develop an applet that receives two numeric values as input from the user and then display the sum of the two numbers on the screen. Write a HTML page and test the applet. ********* 1

2 5 `Gv! V વ મ ગ લ વ ઝન ફ ચ ન ચચ કર. વ ન દ દ ક લ ટ મ ટ ઉદ હરણ આપ 5 `GvZ V (1) વ મ ગ લ વ ઝ ચર ઉદ હરણ આપ 0 (2) વ મ ગ લ વ ઝમ મ ઇન મ થડ ક મ (1) એ ટ લ સ અન ફ ઇનલ કલ સ વ ચ ન તફ વત 0 (2) રપર લ સ એ લ? રપર લ સન ઉપય ગ ઉદ હરણ આપ વ ટર એ લ? વ ટર કઇ ર ત એર થ દ પડ છ ઉદ હરણ આપ? એર અન વ ટર V બ યટ ક ડ એ લ? વ મ ગ લ વ ઝમ વ મ ન ક સ ટ દ દ અગ યન વ ન પ કઝ ન ય દ લખ અન ત ન V ઇ હર ટ સ એ લ? ઇ હર ટ સન દ દ ફ મ ન ઉદ હરણ આપ પર ક વડ ન ઉપય ગ લખ. કલ સ અન ફસ વ ચ ન સ યત અન દ પ ઉદ હરણ આપ V પ ક એ લ? પ ક ય ટ કરવ મ ટન ટ સ ઉદ હરણ આપ લખ. ગ લ સ અન ગબફર લ સ વ ચ દ પ ઉદ હરણ આપ V એ લ? ન લ ઇફ સ ય લ વ બ એ લ ટ અન ટડ એ લ કશન વ ચ દ પ ઉદ હરણ આપ V (1) મ ડ-લ ઇન આર મ ટન મદદન 10 (દસ) સ ટ ન ન મ દ શત કરવ મ ટન વ મ લખ. (2) ન ચ ન ડટ મ બસ ય ટ કરવ મ ટ એક ટ ન મ ન કલ બન વ વ મ મ લખ. ડટ મ બસ : ર લ ન બર, ન મ, સ ટ 1, સ ટ 2, સ ટ 2. ર લ ન બર, ન મ, મ સ તથ ટ ટ લ દ શત કર. દસ (10) એ લ ય ન ન મ ચઢત મ મ ગ વવ મ ટ ન વ મ લખ. V ન મ ચ એ સ સન ન મ એ સ સન ડ ફઇન કર ક ગ બર બર ઇ ડય ન થ ય ય ર થ ય. આ એ સ સન ઉપય ગ કર ન વ ન મ લખ. એક એ લ ટ ડ વલપ કર ક ઝર પ સ થ બ ન બર ઇન ટ કર અન બ ન બર ન સરવ ળ ન પર દ શત કર. એચટ એમલ વ બ પ ઇઝ બન વ અન અ લ ટ ન ટ ટ કર. 2 0

3 Seat No.: Enrolment No. GUJRT TECHNOLOGICL UNIVERSITY DIPLOM ENGINEERING - SEMESTER V EXMINTION WINTER 2013 Subject Code: 3503 Date: Subject Name: Java Programming Time: 02:30 pm - 05:00 pm Total Marks: 70 Instructions: 1. ttempt all questions. 2. Make suitable assumptions wherever necessary. 3. Figures to the right indicate full marks. 4. English version is considered to be uthentic. Q.1 (a) What is JVM? Explain in brief the structure of a java program. (b) List the features of java. Differentiate between java and c++. Q.2 (a) What is method overloading & overriding? explain with example (b) List the types of operators available in java. Explain rithmetic and Bitwise operators. (b) What is command line-arguments? Write a program to sum two numbers using command line arguments. Q.3 (a) What is interface? Differentiate between abstract class and interface. Write a program for calculator interface. (b) What is multithreading? Explain the life cycle of a thread. Q.3 (a) Define inheritance. List types of inheritance. Explain with example. (b) What is inner class? Explain in brief. Q.4 (a) Give difference between string and string buffer class, Explain any three methods of string class (b) Explain visibility controls of java. Q. 4 (a) What is Exception? Write a program that show the use of rithmeticexception. (b) What is an abstract class? What is a final class? Differentiate between abstract and final class. Q.5 (a) What is java PI? List any five packages in java. Write steps to develop a package. (b) What is an applet? Write a program to draw a rectangle and circle within it using applet. Q.5 (a) Write a program to sort an array of five numbers. (b) Write a program that demonstrate the use of static method. 1/2

4 5 `Gv! V JVM એટલ? વ ન મ ચર વ ન લ ણ કત જણ વ. વ અન c++ વ ચ ન તફ વત 5 `GvZ V મ થડ ઓવરલ ડ અન મ થડ ઓવરર ઈડ એટલ?. ય ય ઉદ હરણ સ થ વ ન ઓપર ટર જણ વ. એર થમ ટ ક અન બ ટવ ઈઝ ઓપર ટર કમ લ ઈન આ મ ટ એટલ? કમ લ ઈન આ મ ટન ઉપય ગ કર ન બ ન બરન સરવ ળ કરવ ન મ લખ. V Interface એટલ? ઍબ ટ ટ લ સ અન ટરફ સ વ ચ ન તફ વત ક ક લ ટરન ટરફ સન મ લખ. મ ટ ડ ગ એટલ? ડન લ ઈફ સ ઈકલ સમ વ V ઈનહ ર ટ સ એટલ? ઈનહ ર ટ સન ક ર જણ વ. ય ય ઉદ હરણ સ થ ઈનર લ સ એટલ? કમ V ગ અન ગબફર લ સ વ ચ ન તફ વત ગ લ સન ણ મ થડ વ ન વ બ લ ટ ક ટ લ V એ પશન એટલ? એર થમ ટ ક એ પશન ય ય ઉદ હરણ સ થ ઍબ ટ ટ લ સ એટલ? ફ ઈનલ લ સ એટલ?. ઍબ ટ ટ લ સ અન ફ ઈનલ લ સ વ ચ ન તફ વત V વ PI એટલ? વ ન પ ચ પ ક જન ન મ લખ. વ મ પ ક જ ક વ ર ત કર ત ન ટ પ લખ. એપલ ટ એટલ? ર કટ લન દર સક લ દ રવ ન મ લખ. V પ ચ ન બરન એર ન સ કરવ ન મ લખ. ટ ટ ક મ થડન ઉપય ગ બત વત મ લખ. ********* 2/2

5 Seat No.: Enrolment No. GUJRT TECHNOLOGICL UNIVERSITY Diploma Engineering - SEMESTER V EXMINTION SUMMER 2013 Subject Code: 3503 Date: Subject Name: Java Programming Time: 10:30 am - 01:00 pm Total Marks: 70 Instructions: 1. ttempt all questions. 2. Make suitable assumptions wherever necessary. 3. Figures to the right indicate full marks. 4. English version is considered to be uthentic. Q.1 (a) List main features of Java Language. Explain any three. (b) What is an applet? Explain following methods: (1) Init (2) paint (3) repaint Q.2 (a) What are differences between a class and an interface? Explain by giving suitable example. (b) Design a class to represent a bank account. Include methods to deposit, withdraw and display balance. Use the concept of constructor overloading. (b) Create a class rectangle which contains a method to find out the area and perimeter of the rectangle. Create a subclass square and override the methods of the base class. In main method, create the objects of both classes and display the area and perimeter. Q.3 (a) How Vector class differs from an array? List some methods of Vector class and explain any two. (b) List seven method of string class. Explain any three with example. Q.3 (a) Write an application that creates and starts five threads. Each thread is instantiated from the same class. It executes a loop with ten iterations. Each iteration displays the character x and sleeps for 300 milliseconds. (b) Define an exception Out of Range that is thrown when a number is not in the range of 1 to 10. Write a program that uses this exception. Q.4 (a) For what purposes is final keyword used? Explain each use with example. (b) Explain Package and CLSSPTH variable. List Java s built-in packages. Q. 4 (a) Write a program that reads 7 numbers from the command line arguments. Sort the numbers and display the sorted numbers. (b) Explain thread priorities and thread synchronization. Q.5 (a) List the methods of the graphics class and explain any three. (b) Create an applet with blue as background color and white as foreground color. The message is passed as a parameter in the PPLET tag. Display this message in the applet window. Q.5 (a) Design an applet that receives one number as an input from the user and displays the sum of its digits on the screen. (b) List the various Layout managers. Explain any two. 1/2

6 5 `Gv! V વ ન લ ણકત ઓ જણ વ ક ઈ પણ ણ એ લ ટ એટલ? ન ચ ન મ થડ init, paint, repaint 5 `GvZ V class અન interface વ ચ ન તફ વત ઉદ હરણ સ હત constructor overloading ન ઉપય ગ કર bank account દશ વત એક class બન વ. ન ચ ન મ થડ ન સમ વ શ કર. deposit, withdraw અન display balance. Rectangle ન મન class બન વવ. મ લ બચ રસ ફળ અન પ ર મત મ ટન method લખવ. Subclass બન વવ અન base class ન મ થડ override કરવ. Main method મ બ classesન ઓ કટ બન વવ અન લ બચ રસ ફળ તથ પ રમ ત display કરવ. V Vector class અન array વ ચ ન તફ વત લખ. Vector classન methods લખ. અન ક ઈપણ બ વણ વ. string classન સ ત મ થ સન ય દ લખ. અન ક ઈપણ ણ મ થ સ ઉદ હરણ સ હત વણ વ. V પ ચ ડ બન વવ ન અન શ કરવ મ ટન application લખ. દરક ડ એક જ લ સ મ થ શ કરવ. ડ દશ વખત પ execute કરશ. દરક વખત ડ x display કર ન ૩૦૦ મલ સ ક ડ મ ટ sleep મ ડમ જશ. n exception Out of Range ય ય યત કર. ય ર ન બર ૧ થ ૧૦ વ ચ ન હ ય ય ર exception Out of Range thrown થ ય. ન મ લખવ. મ exception Out of Range ન ઉપય ગ થય લ હ ય. V final keywordન ઉપય ગ કરવ ક રણ દરક ઉપય ગ ઉદ હરણ સ હત Package and CLSSPTH variable વ ન built-in પ કજન ય દ લખ. V કમ ડ લ ઈન arguments પરથ 7 ન બર વ ચ અન ન બર સ ટ કર અન સ ટ ન બર દ શ ત કરવ ન મ લખ. Thread priorities and thread synchronization V graphics class ન મ થ સ ન ય દ લખ. અન ક ઈપણ ણ pplet મ ટન મ લખ મ વ દળ ર ગ background હ ય અન foreground સફદ ર ગ હ ય. Messageન PPLET tag મ parameter તર ક પ સ કર. અન ત Messageન applet windowમ display કર. V એક એ એ લ ટ બન વ ક user પ સ થ ઇન ટ તર ક એક ન બર મ ળવ. અન ન પર ત ન ક ન સરવ ળ દશ વ. વ વધ લ આઉટ મ ન જર ય દ આપ. અન ક ઈપણ બ 2/2

7 Seat No.: Enrolment No. GUJRT TECHNOLOGICL UNIVERSITY Diploma Engineering - SEMESTER V EXMINTION WINTER 2012 Subject code: 3503 Date: 27/12/2012 Subject Name: Java Programming Time: am pm Total Marks: 70 Instructions: 1. ttempt any five questions. 2. Make suitable assumptions wherever necessary. 3. Figures to the right indicate full marks. 4. English version is considered to be uthentic. Q.1 (a) Explain Features of Java. (b) (i) Write and Explain Basic structure of Java program. (ii) Explain Java Virtual Machine Q.2 (a) What is Command Line argument? write a program using command line argument to sort numbers in ascending order. (b) Explain Visibility control of Java. (b) What is constructor? write its properties and make a program using constructor to implement multilevel inheritance. Q.3 (a) Give difference between String and String Buffer class? explain any Four methods of String Buffer class. (b) What is vector? explain methods of vector with suitable example. Q.3 (a) What is wrapper class? Explain wrapper class method. (b) What is Interface? write a program using interface to demonstrate multiple inheritance. Q.4 (a) What is package? write steps to create a package and give on example of it. (b) What is Exception? Explain all Exception of java. Q. 4 (a) What is user defined exception? Write a program using throw to demonstrate user defined exception. (b) What is synchronization? explain thread priorities with suitable example. Q.5 (a) Explain Life cycle of thread. (b) Explain Layout Manager of Java. Q.5 (a) Explain Life cycle of applet. (b) Develop an applet and HTML code that receive three inputs from user and display the largest value from three on the screen. 1

8 5 `Gv! V HFJF GF OLR;" ;DHFJMP s!f HFJF 5 MU FD G] :8 SR;",BM TYF ;DHFJMP 04 szf HFJF JrI"]V, DXLG ;DHFJMP 03 5 `GvZ V SDFg0,F.G VFZuI]D[g8 V[8,[ X]? SDFg0,F.G VFZuI]D[g8 GM p5imu SZL G\ZM G[ R-TF S DDF\ UM9JJFGM 5 MU FD,BMP HFJFGF JLHLL,L8L Sg8 M, ;DHFJMP Sg:8 S8Z V[8,[ X]? T[GL 5 M58L",BM TYF Sg:8 S8Z GM p5imu SZL D<8L,[J,.GC[ZL8g; GM 5 MU FD,BMP V :8L U TYF :8L U OZ S,F; JrR[GM TOFJT VF5M TYF :8L U OZ S,F; GL SF[.56 RFZ D[Y0 ;DHFJMP J[S8Z V[8,[ X]? J[S8Z S,F; GL D[Y0 pnfcz6 VF5L ;DHFJMP V Z[5Z S,F; V[8,[ X]? Z[5Z S,F;GL D[Y0 ;DHFJMP.g8ZO[; V[8,[ X]\?.g8ZO[; GM p5imu SZL D<8L5,.GC[ZL8g; GM 5 MU FD,BMP V 5[S[H V[8,[ X]? 5[S[H GJJF DF8[GF :8[5,BM TYF pnfcz6 VF5MP V[S;[%XG V[8,[ X]? HFJFGF WFH V[S;[%XG ;DHFJMP V I]hZ 0LOF.G V[S;[%XG V[8,[ X]? Y M GM p5imu SZL I]hZ 0LOF.G V[S;[%XG GM 5 MU FD,BMP ;LgS MGF.h[XG V[8,[ X]? Y [0 5F IMZL8L pnfcz6 ;FY[;DHFJMP V Y [0GL,F.O ;F.S, ;DHFJMP HFJFGF,[ VFp8 D[G[HZ ;DHFJMP V V[5,[8 GL,F.O ;F.S, ;DHFJMP V[5,[8 GM 5 MU FD TYF V[R 8L V[D V[, SM0,BM S[ H[GF YL +6 G\Z I]hZ 5F;[YL.G5]8 D[/JL T[DFYL DCtTD G\Z :S LG 5Z NXF"JP[ 2

9 Seat No.: Enrolment No. GUJRT TECHNOLOGICL UNIVERSITY DIPLOM ENGG.- V th SEMESTER EXMINTION JUNE Subject code: 3503/23503 Date: 06/06/2012 Subject Name: Java Programming Time: 10:30 am 01:00 pm Total Marks: 70 Instructions: 1. ttempt all questions. 2. Make suitable assumptions wherever necessary. 3. Figures to the right indicate full marks. 4. English version is considered to be uthentic Q.1 (a) Write and explain Features of Java. (b) (i) Describe the sample structure of Java program. 04 (ii) Explain super keyword. 03 Q.2 Q.3 (a) What is command Line argument? Write a program to sort the numbers in ascending order, entered by using the command line argument. (b) (i) Explain final, finally and finalizer keyword used in java. 04 (ii) Explain scope of variables in java. 03 (b) (i) What is type casting? why it is required in programming. 03 (ii) Write an applet to draw following shapes : 04 ( a) cube ( b) rectangle (a) (i) Explain visibility controls of java. 04 (ii) What is constructor? Write properties of constructor. 03 (b) (i) Give difference between method overloading & overriding. 04 (ii) Explain abstract and inner class. 03 Q.3 (a) Explain vector class with their methods (b) What is wrapper class? Explain all conversion occurs with wrapper class. Q.4 (a) What is package? Write step to create a package, give one example of it. (b) What is interface? Write a program to demonstrate multiple inheritance with interface. Q. 4 (a) Give difference between string and string buffer class, Explain any three methods of both string & string buffer class. (b) Describe the life cycle of thread. Q.5 (a) What is an Exception? How it can be handled in java? Write a program that demonstrate the use of exception handling statement. (b) What is applet? Explain Life cycle of applet. Q.5 (a) (i) Develop an applet that receive two numbers from the users and perform addition, subtraction, multiplication and division operation, write HTML code and test it. 04 Page 1 of 2

10 (ii) What is Layout Manager? explain any one Layout manager. 03 (b) (i) Explain Synchronization in thread. 04 (ii) What is JDBC? write only step to connect java with oracle `Gv! V HFJFGF OLR;",BM TYF ;DHFJM!f HFJF 5 MU FDG]\ :8=SRZ ;DHFJM 04 Zf ;]5Z SL J0" ;DHFJM 03 5 `GvZ V SDFg0,F.G VFZuI]D[g8 V[8,[ X]\m SDFg0,F.G VFZuI]D[g8GM p5imu SZL N G\ZG[ R0TF S DDF\ UM9JJF DF8[GM 5 MU FD,BMP!f OF.G,4 OF.G,L TYF OF.G,F.hZ SL J0" ;DHFJMP 04 Zf HFJFDF\ J[ZLV[,GF :SM5 ;DHFJM 03 s!f 8F.5 SF:8L\U V[8,[ X]\m 5 MU FDL\U EFQFFDF\ T[GL p5imultf,bm 03 szf GLR[GF VFSFZ DF8[ V[5[,[8 GFJMP 04!f SI] Zf,\RMZ; V s!f HFJFGF ljhll,l8l Sg8=M, ;DHFJMP 04 szf Sg8=S8Z V[8,[ X]\ T[GL 5 M58L" ;DHFJMP 03 s!f D[Y0 VMJZ,M0L\U TYF VMJZ ZF.0L\U JrR[ GM TOFJT,BM 04 szf V[:8=S TYF.gGZ S,F; ;DHFJM 03 V J[S8Z S,F; T[GL D[Y0 ;FY[ ;DHFJM Z[5Z S,F; V[8,[ X]\m Z[5Z S,F;YL YTF WFH SgJ"hG ;DHFJM V 5[S[H V[8,[ X]\m 5[S[H GFJJFGF :8[5,BM TYF pnfcz6 VF5M.g8Z O[.; V[8,[ X]\m D<8L5,.gC[ZL8g; DF8[.g8ZO[;GM p5imu SZL 5 MU FD,BMP V :8=L\U TYF :8=L\U OZ S,F; JrR[ TOFJT,BMP :8=L\U TYF :8=L\U OZ S,F;GL ZLT,BMP Y [0GL,F.O ;F.S, ;DHFJMP V V[SX[5XG V[8,[ X]\m HFJFDF\ T[G[ S[JL ZLT[ C[g0, SZL XSFIm V[SX[5XG C[g0,L\U :8[8D[g8GM p5imu SZL 5 MU FD,BMP V[5[,[8 V[8,[ X]]\m T[GL,F.O ;F.S, ;DHFJMmP V s!f V[5[,[8YL [ G\Z I]hZ 5F;[YL D[/JL T[G] ;ZJF/M4 FNFSL4 U]6FSFZ TYF 04 EFUFSFZ VM5Z[XG YFI T[JM 5 MU FD TYF HTML SM0,BM szf,[ VFp8 D[G[HZ V[8,[ X]\m UD[ T[ V[S,[vVFp8 D[G[HZ ;DHFJMm 03 s!f Y [0 DF8[ ;LgS MGF.h[XG ;DHFJM 04 szf JDBC V[8,[ X]\m HFJF ;FY[ VMZ[S,G]\ HM0F6 SZJF DF8[GF :8[5,BMm 03 Page 2 of 2

11 Seat No.: Enrolment No. GUJRT TECHNOLOGICL UNIVERSITY Diploma Engineering Semester V Examination Dec 11- Jan 12 Subject code: 3503/23503 Date: 26/12/2011 Subject Name: Java Programming Time: am pm Total Marks: 70 Instructions: 1. ttempt all questions. 2. Make suitable assumptions wherever necessary. 3. Figures to the right indicate full marks. 4. English version is considered uthentic. Q.1 (a) Define following terms. 02 i) Package ii) Bytecode (b) Explain Features of java. 05 (c) Explain Garbage Collection and finalize() method. Q.2 nswers the followings. (a) Explain Method Overloading and Method Overriding with suitable example. (b) What is Class? Explain Nested and Inner classes with example. (b) What is Operator? Explain rithmetic and Bitwise Operators. Q.3 nswers the followings. (a) Explain bstract class with suitable example. (b) Explain final and this keyword with example. Q.3 (a) Write short note: ccess Protection (b) What is Inheritance? Explain Multilevel hierarchy Inheritance with Example. Q.4 nswers the followings. (a) What is Exception? Explain try-throw-catch-finally with suitable example. (b) What is Thread? Explain the life cycle of thread. Q. 4 (a) Explain with suitable example suspend(),resume() and stop() methods of Thread class. (b) Explain update(),paint(),repaint() methods of WT. Q.5 nswers the followings. (a) Explain Textbox, push button and Label controls of WT. (b) Write a program which read two strings from keyboard and concatenate them and print it. Q.5 (a) Explain Graphics class with their drawing methods. (b) Write a program that draws an octagon in applet. 1

12 5 `Gv! V ન ચ ન પદ ન ય ય આપ. 0 5 `GvZ ૧) પ કજ ૨) બ ઈ ક ડ વ ન લ ણ કત 0 ક ગ બ જ કલ શન અન ફ નલ ઈઝ મ થડ V મ થડ ઓવરલ ડ અન મ થડ ઓવરર ઈડ ગ ય ય ઉદ હરણ સ થ લ સ એટલ? ન ટ ડ અન ઈનર લ સ ઉદ હરણ સ થ V ઓપરટર એટલ? એરથમ ટક અન બ ટવ ઈઝ ઓપરટસ એ ક લ સન ય ય ઉદ હરણ સ થ ફ ઈનલ અન ધ સ ક વડ ઉદ હરણ સ થ V V કન ધ લખ. એ સ સ ટકશન. હર ટસ એટલ? મ ટ લ વલ હ ઈર ક હર ટસ ઉદ હરણ સ થ એ શ સન એટલ? ઈ- -કચ -ફ ઈનલ ઉદ હરણ સ થ થ ડ એટલ? ડ ન લ ઈફ સ ઈકલ V V ડ કલ સ ન સ પ ડ, રઝ મ, ટ પ મ થ ઝ ય ય ઉદ હરણ સ થ WT ન અપડટ, પ ટ અન ર પ ટ મ થ ઝ WT ન ટ શબ સ, શ બટન, લ બલ ક લ બ ગ ક બ ડ મ થ વ ચ ત ન જ ડ ણ કર ટ કરવ મ ટ ન મ લખ. V ફ સકલ સ ન ઈગ મ થ ઝ એ લ ટ મ ઓ ટ ગ ન કરવ મ ટ ન મ લખ. 2

GUJARAT TECHNOLOGICAL UNIVERSITY Diploma Engineering Semester VI Examination Dec

GUJARAT TECHNOLOGICAL UNIVERSITY Diploma Engineering Semester VI Examination Dec Seat No.: Enrolment No. GUJRT TECHNOLOGICL UNIERSITY Diploma Engineering Semester I Examination Dec. - 2011 Subject code: 3602 Date: /12/2011 Subject Name: Database Programming with B.Net Time: 02.30 pm

More information

GUJARAT TECHNOLOGICAL UNIVERSITY Diploma Semester V th Examination December

GUJARAT TECHNOLOGICAL UNIVERSITY Diploma Semester V th Examination December Seat No.: Enrolment No. GUJRT TECHNOLOGICL UNIERSITY Diploma Semester th Examination December - 2010 Subject code: 3504 Subject Name: Computer Networking Date: 29 /12 /2010 Time: 02.30 pm 05.00 pm Total

More information

GUJARAT TECHNOLOGICAL UNIVERSITY Diploma Engineering - SEMESTER VI EXAMINATION SUMMER 2013

GUJARAT TECHNOLOGICAL UNIVERSITY Diploma Engineering - SEMESTER VI EXAMINATION SUMMER 2013 Seat No.: Enrolment No. GUJRT TECHNOLOGICL UNIVERSITY Diploma Engineering - SEMESTER VI EXMINTION SUMMER 2013 Subject Code: 361901 Date: 09/05/2013 Subject Name: Computer ided Design and Computer ided

More information

Darshan Institute of Engineering & Technology for Diploma Studies Unit 6

Darshan Institute of Engineering & Technology for Diploma Studies Unit 6 1 File Management શ છ? Real life મ, આપણ data ન parmenetly store કરવ મ ગ એ છ એ અન ત થ ત data ન retrive અન reuse કર શક એ છ એ. File એ bytes ન સમ હ છ જ secondary storage મ stored હ ય છ જ મ ક hard disk, pen

More information

GUJARAT TECHNOLOGICAL UNIVERSITY Diploma Engineering - SEMESTER III EXAMINATION SUMMER 2014

GUJARAT TECHNOLOGICAL UNIVERSITY Diploma Engineering - SEMESTER III EXAMINATION SUMMER 2014 Seat No.: Enrolment No. GUJRT TECHNOLOGICL UNIVERSITY Diploma Engineering - SEMESTER III EXMINTION SUMMER 2014 Subject Code: 3309 Date: 13-06-2014 Subject Name: Basic Electronics Time: 10:30 am - 01:00

More information

GUJARAT TECHNOLOGICAL UNIVERSITY DIPLOMA ENGINEERING SEMESTER 2(C2D) EXAMINATION SUMMER

GUJARAT TECHNOLOGICAL UNIVERSITY DIPLOMA ENGINEERING SEMESTER 2(C2D) EXAMINATION SUMMER Seat No.: Enrolment No. GUJARAT TECHNOLOGICAL UNIVERSITY DIPLOMA ENGINEERING SEMESTER 2(C2D) EXAMINATION SUMMER - 2018 Subject Code: C320702 Date: 21-May-2018 Subject Name: ADVANCED COMPUTER PROGRAMMING

More information

વષ ૨૦૧૮ દર ય ન સ ધ થન ર હ ર ત ન ક ય મ

વષ ૨૦૧૮ દર ય ન સ ધ થન ર હ ર ત ન ક ય મ જર ત હ ર સ વ આય ગ વષ ૨૦૧૮ દર ય ન સ ધ થન ર હ ર ત ન ક ય મ જર ત હ ર સ વ આય ગ ર વ વધ જ ય ઓ મ ટ સ ધ ભરત / પધ મક પર ર ભરત મ ટ વષ ૨૦૧૮ દર મય ન સ ધ કરવ ન હ ર ત અ વય ચત ક ય મ ન ચ જબ છ. વ મ હત મ ટ ઉમ દવ ર ન આય ગન

More information

a,f[u:5f[8df\ a,f[u S[JL ZLT[ AGFJXF[m

a,f[u:5f[8df\ a,f[u S[JL ZLT[ AGFJXF[m zl DCF,äDL lh(,f lx16 VG[ TF,LD EJG4 VDNFJFN U FdI a,f[u:5f[8df\ a,f[u S[JL ZLT[ AGFJXF[m RF{CF6 EZTS]DFZ V[,P D]bIlX1S4 (HTAT) U]\ Z 5 FYlDS XF/F4 TFPW\W]SF4 lhpvdnfjfn DFU"NX"SzL o G}TGA[G ZFJ, 5 FRFI"zL4

More information

ભ બ ત ક લ ક મ ર ટયન યચન ૧૬૪૨ ભ બ ર ઇઝ સ કર કય શત. ત છ ૧૬૯૦ભ ર ફન ઝ એલ મ ત ર ફન વમ ક જ વયલ, ફ દફ ક, ગ ણ ક ય, બ ગ ક ય તથ લ ગભ ન ગણતય કય ળક.

ભ બ ત ક લ ક મ ર ટયન યચન ૧૬૪૨ ભ બ ર ઇઝ સ કર કય શત. ત છ ૧૬૯૦ભ ર ફન ઝ એલ મ ત ર ફન વમ ક જ વયલ, ફ દફ ક, ગ ણ ક ય, બ ગ ક ય તથ લ ગભ ન ગણતય કય ળક. Abacus : (અફ કવ) ગણતય ભ ટ ન જ ણ ત પ રથભ મ ત ર છ. ભ બ ત ક લ ક મ ર ટયન યચન ૧૬૪૨ ભ બ ર ઇઝ સ કર કય શત. ત છ ૧૬૯૦ભ ર ફન ઝ એલ મ ત ર ફન વમ ક જ વયલ, ફ દફ ક, ગ ણ ક ય, બ ગ ક ય તથ લ ગભ ન ગણતય કય ળક. ૧૮૨૨ભ ચ લ કવગ

More information

Gujarati Style Guide. Published: December, Microsoft Gujarati Style Guide

Gujarati Style Guide. Published: December, Microsoft Gujarati Style Guide Gujarati Style Guide Published: December, 2017 Microsoft Gujarati Style Guide Table of Contents 1 About this style guide... 4 1.1 Recommended style reference... 4 2 Microsoft voice... 5 2.1 Choices that

More information

It is an entirely new way of typing and hence please go through the instructions to experience the best usability.

It is an entirely new way of typing and hence please go through the instructions to experience the best usability. Panini Keypad allows you to write in all languages of India on the phone, fast and easily without the need of printed characters on the keypad. It is based on a patented invention of statistical predictive

More information

STYLE AND CONVENTIONS GUIDE FOR COMPUTER TRANSLATIONS INTO GUJARATI

STYLE AND CONVENTIONS GUIDE FOR COMPUTER TRANSLATIONS INTO GUJARATI STYLE AND CONVENTIONS GUIDE FOR COMPUTER TRANSLATIONS INTO GUJARATI S W E TA K O T H A R I Publisher: FUEL Project India Tel: Web Site: https://fedorahosted.org/fuel Mailing List: fuel-discuss@lists.fedorahosted.org

More information

ટ ડર ન ટ સ ટ ડર થ ૨-૦૦ સ ધ D.D. રજ ટ ર ર, સ ર ટ ર ય નવ સર ટ ન રહ શ. સ ર ટ ર ય નવ સર ટ ર જક ટ અબ ધત અ ધક ર ક લસ ચવ

ટ ડર ન ટ સ ટ ડર થ ૨-૦૦ સ ધ D.D. રજ ટ ર ર, સ ર ટ ર ય નવ સર ટ ન રહ શ. સ ર ટ ર ય નવ સર ટ ર જક ટ અબ ધત અ ધક ર ક લસ ચવ સ ર ટ ર ય નવ સર ટ ર જક ટ ટ ડર ન ટ સ મ ય ફ ક ચરર તથ અ ધ ત વક ર ત ઓ પ સ થ સ લબ ધ કવરમ ન ચ દશ ર વ લક ય ટરઅન આન સ ગ ક સ ધન ન ભ વ મ ગ વવ મ આવ છ. ક ટરઅન આ સ ગ ક સ ધન ન ર ઇટ ક કટ મ ટ ટ ડર ક ર ટ ડર ફ મર વગત સ

More information

Vedant Public School Isanpur, Ahmedabad.

Vedant Public School Isanpur, Ahmedabad. Class- 1 st Vedant Public School Isanpur, Ahmedabad. FA-4 Paper Style English Grammar (L- 4, 5, 6) Q.1 MCQs (10) Q.1 Blanks with in, on, under. (05) Q.2 Answer the questions. (04) Q.3 Fill in the blanks

More information

Gujarati Character Recognition:Survey

Gujarati Character Recognition:Survey Gujarati Character Recognition:Survey Ms. Honey Patel Computer Engineering CHARUSAT,Changa Anand, India Ms. Rinku Bathani Computer Engineering CHARUSAT,Changa Anand, India Abstract Today most of people

More information

Evaluation of some Information Retrieval models for Gujarati Ad hoc Monolingual Tasks

Evaluation of some Information Retrieval models for Gujarati Ad hoc Monolingual Tasks Evaluation of some Information Retrieval models for Gujarati Ad hoc Monolingual Tasks JOSHI Hardik Department of Computer Science, Gujarat University, Ahmedabad hardikjjoshi@gmail.com PAREEK Jyoti Department

More information

Govt. of Karnataka, Department of Technical Education Diploma in Information Science & Engineering. Fifth Semester

Govt. of Karnataka, Department of Technical Education Diploma in Information Science & Engineering. Fifth Semester Govt. of Karnataka, Department of Technical Education Diploma in Information Science & Engineering Fifth Semester Subject: Programming With Java Contact Hrs / week: 4 Total hrs: 64 Table of Contents SN

More information

R. C. TECHNICAL INSTITUTE, AHMEDABAD COMPUTER ENGG. DEPARTMENT ASSIGNMENT 1

R. C. TECHNICAL INSTITUTE, AHMEDABAD COMPUTER ENGG. DEPARTMENT ASSIGNMENT 1 R. C. TECHNICAL INSTITUTE, AHMEDABAD COMPUTER ENGG. DEPARTMENT Sub:-CMTS Sem-5 th ASSIGNMENT 1 CHAPTER 1 1. Explain Generation of Computer in brief. 2. List out Components available on Motherboard. 3.

More information

SCHEME OF COURSE WORK

SCHEME OF COURSE WORK SCHEME OF COURSE WORK Course Details: Course Title Object oriented programming through JAVA Course Code 15CT1109 L T P C : 3 0 0 3 Program: B.Tech. Specialization: Information Technology Semester IV Prerequisites

More information

Object Oriented Programming with Java. Unit-1

Object Oriented Programming with Java. Unit-1 CEB430 Object Oriented Programming with Java Unit-1 PART A 1. Define Object Oriented Programming. 2. Define Objects. 3. What are the features of Object oriented programming. 4. Define Encapsulation and

More information

SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR

SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR 603203 DEPARTMENT OF COMPUTER SCIENCE & APPLICATIONS QUESTION BANK (2017-2018) Course / Branch : M.Sc.,CST Semester / Year : EVEN / III Subject Name

More information

VALLIAMMAI ENGINEERING COLLEGE

VALLIAMMAI ENGINEERING COLLEGE VALLIAMMAI ENGINEERING COLLEGE SRM Nagar, Kattankulathur 603 203 DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING QUESTION BANK B.E. - Electrical and Electronics Engineering IV SEMESTER CS6456 - OBJECT ORIENTED

More information

SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR

SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR 603203 DEPARTMENT OF COMPUTER SCIENCE & APPLICATIONS QUESTION BANK (2017-2018) Course / Branch : MCA Semester / Year : EVEN / II Subject Name : Programming

More information

Name of subject: JAVA PROGRAMMING Subject code: Semester: V ASSIGNMENT 1

Name of subject: JAVA PROGRAMMING Subject code: Semester: V ASSIGNMENT 1 Name of subject: JAVA PROGRAMMING Subject code: 17515 Semester: V ASSIGNMENT 1 3 Marks Introduction to Java (16 Marks) 1. Write all primitive data types available in java with their storage size in bytes.

More information

5. In JAVA, is exception handling implicit or explicit or both. Explain with the help of example java programs. [16]

5. In JAVA, is exception handling implicit or explicit or both. Explain with the help of example java programs. [16] Code No: R05220402 Set No. 1 1. (a) java is freeform language. Comment (b) Describe in detail the steps involved in implementing a stand-alone program. (c) What are command line arguments? How are they

More information

SRM INSTITUTE OF SCIENCE & TECHNOLOGY Faculty of Science and Humanities Department of Computer Science UNIT I - INTRODUCTION TO JAVA

SRM INSTITUTE OF SCIENCE & TECHNOLOGY Faculty of Science and Humanities Department of Computer Science UNIT I - INTRODUCTION TO JAVA SRM INSTITUTE OF SCIENCE & TECHNOLOGY Faculty of Science and Humanities Department of Computer Science Subject code : UCS15301 Subject Name : Java Programming Staff Name : S.P.ANGELIN CLARET No. of : 5

More information

15CS45 : OBJECT ORIENTED CONCEPTS

15CS45 : OBJECT ORIENTED CONCEPTS 15CS45 : OBJECT ORIENTED CONCEPTS QUESTION BANK: What do you know about Java? What are the supported platforms by Java Programming Language? List any five features of Java? Why is Java Architectural Neutral?

More information

Core JAVA Training Syllabus FEE: RS. 8000/-

Core JAVA Training Syllabus FEE: RS. 8000/- About JAVA Java is a high-level programming language, developed by James Gosling at Sun Microsystems as a core component of the Java platform. Java follows the "write once, run anywhere" concept, as it

More information

ABOUT CORE JAVA COURSE SCOPE:

ABOUT CORE JAVA COURSE SCOPE: ABOUT CORE JAVA COURSE SCOPE: JAVA based business programs perform well because constant JAVA requirements help designers to create multilevel programs with a component centered approach. JAVA growth allows

More information

Get Unique study materials from

Get Unique study materials from Downloaded from www.rejinpaul.com VALLIAMMAI ENGNIEERING COLLEGE SRM Nagar, Kattankulathur 603203. DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING Year & Semester : IV Section : EEE - 1 & 2 Subject Code

More information

S.No Question Blooms Level Course Outcome UNIT I. Programming Language Syntax and semantics

S.No Question Blooms Level Course Outcome UNIT I. Programming Language Syntax and semantics S.No Question Blooms Level Course Outcome UNIT I. Programming Language Syntax and semantics 1 What do you mean by axiomatic Knowledge C254.1 semantics? Give the weakest precondition for a sequence of statements.

More information

Java Fundamentals p. 1 The Origins of Java p. 2 How Java Relates to C and C++ p. 3 How Java Relates to C# p. 4 Java's Contribution to the Internet p.

Java Fundamentals p. 1 The Origins of Java p. 2 How Java Relates to C and C++ p. 3 How Java Relates to C# p. 4 Java's Contribution to the Internet p. Preface p. xix Java Fundamentals p. 1 The Origins of Java p. 2 How Java Relates to C and C++ p. 3 How Java Relates to C# p. 4 Java's Contribution to the Internet p. 5 Java Applets and Applications p. 5

More information

DEPARTMENT OF INFORMATION TECHNOLOGY

DEPARTMENT OF INFORMATION TECHNOLOGY DEPARTMENT OF INFORMATION TECHNOLOGY II Year/III Sem CS8392- OBJECT ORIENTED PROGRAMMING Prepared by: Komal Kumar.N, AP/IT, VTHT UNIVERSITY QUESTIONS FROM 2011 to 2018 PART-A 1. What are the advantages

More information

[Course Overview] After completing this module you are ready to: Develop Desktop applications, Networking & Multi-threaded programs in java.

[Course Overview] After completing this module you are ready to: Develop Desktop applications, Networking & Multi-threaded programs in java. [Course Overview] The Core Java technologies and application programming interfaces (APIs) are the foundation of the Java Platform, Standard Edition (Java SE). They are used in all classes of Java programming,

More information

CS 6456 OBJCET ORIENTED PROGRAMMING IV SEMESTER/EEE

CS 6456 OBJCET ORIENTED PROGRAMMING IV SEMESTER/EEE CS 6456 OBJCET ORIENTED PROGRAMMING IV SEMESTER/EEE PART A UNIT I 1. Differentiate object oriented programming from procedure oriented programming. 2. Define abstraction and encapsulation. 3. Differentiate

More information

VALLIAMMAI ENGINEERING COLLEGE

VALLIAMMAI ENGINEERING COLLEGE VALLIAMMAI ENGINEERING COLLEGE SRM Nagar, Kattankulathur 60 0 DEPARTMENT OF INFORMATION TECHNOLOGY QUESTION BANK III SEMESTER CS89- Object Oriented Programming Regulation 07 Academic Year 08 9 Prepared

More information

Syllabus & Curriculum for Certificate Course in Java. CALL: , for Queries

Syllabus & Curriculum for Certificate Course in Java. CALL: , for Queries 1 CONTENTS 1. Introduction to Java 2. Holding Data 3. Controllin g the f l o w 4. Object Oriented Programming Concepts 5. Inheritance & Packaging 6. Handling Error/Exceptions 7. Handling Strings 8. Threads

More information

CS/B.TECH/CSE(OLD)/SEM-6/CS-605/2012 OBJECT ORIENTED PROGRAMMING. Time Allotted : 3 Hours Full Marks : 70

CS/B.TECH/CSE(OLD)/SEM-6/CS-605/2012 OBJECT ORIENTED PROGRAMMING. Time Allotted : 3 Hours Full Marks : 70 CS/B.TECH/CSE(OLD)/SEM-6/CS-605/2012 2012 OBJECT ORIENTED PROGRAMMING Time Allotted : 3 Hours Full Marks : 70 The figures in the margin indicate full marks. Candidates are required to give their answers

More information

Objective Questions. BCA Part III Paper XIX (Java Programming) page 1 of 5

Objective Questions. BCA Part III Paper XIX (Java Programming) page 1 of 5 Objective Questions BCA Part III page 1 of 5 1. Java is purely object oriented and provides - a. Abstraction, inheritance b. Encapsulation, polymorphism c. Abstraction, polymorphism d. All of the above

More information

CORE JAVA TRAINING COURSE CONTENT

CORE JAVA TRAINING COURSE CONTENT CORE JAVA TRAINING COURSE CONTENT SECTION 1 : INTRODUCTION Introduction about Programming Language Paradigms Why Java? Flavors of Java. Java Designing Goal. Role of Java Programmer in Industry Features

More information

Time : 3 hours. Full Marks : 75. Own words as far as practicable. The questions are of equal value. Answer any five questions.

Time : 3 hours. Full Marks : 75. Own words as far as practicable. The questions are of equal value. Answer any five questions. XEV (H-3) BCA (6) 2 0 1 0 Time : 3 hours Full Marks : 75 Candidates are required to give their answers in their Own words as far as practicable. The questions are of equal value. Answer any five questions.

More information

U+00A3 U+00A9 U+00AB U+0107 U+01C8 U+0270 U+02A5 U+0414 U+0625 U+06AD U+06D6 U+0A10 U+0AA5 U+0E26 U+0F53 U+1EB5 U+1F1D U+20AA U+20AC U+2318 U+2531

U+00A3 U+00A9 U+00AB U+0107 U+01C8 U+0270 U+02A5 U+0414 U+0625 U+06AD U+06D6 U+0A10 U+0AA5 U+0E26 U+0F53 U+1EB5 U+1F1D U+20AA U+20AC U+2318 U+2531 U+00A3 U+00A9 U+00AB U+0107 U+01C8 U+0270 U+02A5 U+0414 U+0625 U+06AD U+06D6 U+0A10 U+0AA5 U+0E26 U+0F53 U+1EB5 U+1F1D U+20AA U+20AC U+2318 U+2531 U+288D U+29E4 U+300F U+307A U+323F U+4E0D U+A030 U+B098

More information

Quarterly Programmatic Report (November, 2013 to February, 2014)

Quarterly Programmatic Report (November, 2013 to February, 2014) Quarterly Programmatic Report (November, 2013 to February, 2014) Contents Summary... 4 NVDA... 4 ESpeak... 4 Other Languages... 6 Beta testing... 6 2 Highlights During this quarter (November to February),

More information

(2½ hours) Total Marks: 75

(2½ hours) Total Marks: 75 (2½ hours) Total Marks: 75 N. B.: (1) All questions are compulsory. (2) Makesuitable assumptions wherever necessary and state the assumptions mad (3) Answers to the same question must be written together.

More information

LTBP INDUSTRIAL TRAINING INSTITUTE

LTBP INDUSTRIAL TRAINING INSTITUTE Java SE Introduction to Java JDK JRE Discussion of Java features and OOPS Concepts Installation of Netbeans IDE Datatypes primitive data types non-primitive data types Variable declaration Operators Control

More information

OBJECT ORIENTED PROGRAMMING TYm. Allotted : 3 Hours Full Marks: 70

OBJECT ORIENTED PROGRAMMING TYm. Allotted : 3 Hours Full Marks: 70 I,.. CI/. T.cH/C8E/ODD SEM/SEM-5/CS-504D/2016-17... AiIIIII "-AmI u...iir e~ IlAULAKA ABUL KALAM AZAD UNIVERSITY TECHNOLOGY,~TBENGAL Paper Code: CS-504D OF OBJECT ORIENTED PROGRAMMING TYm. Allotted : 3

More information

DOWNLOAD PDF CORE JAVA APTITUDE QUESTIONS AND ANSWERS

DOWNLOAD PDF CORE JAVA APTITUDE QUESTIONS AND ANSWERS Chapter 1 : Chapter-wise Java Multiple Choice Questions and Answers Interview MCQs Java Programming questions and answers with explanation for interview, competitive examination and entrance test. Fully

More information

Java for Programmers Course (equivalent to SL 275) 36 Contact Hours

Java for Programmers Course (equivalent to SL 275) 36 Contact Hours Java for Programmers Course (equivalent to SL 275) 36 Contact Hours Course Overview This course teaches programmers the skills necessary to create Java programming system applications and satisfies the

More information

ALIGARH MUSLIM UNIVERSITY Department of Computer Science. JAVA Lab Assignment Course: MCA II nd Semester Academic Session:

ALIGARH MUSLIM UNIVERSITY Department of Computer Science. JAVA Lab Assignment Course: MCA II nd Semester Academic Session: ALIGARH MUSLIM UNIVERSITY Department of Computer Science Dated: 25-01-2016 JAVA Lab Assignment Course: MCA II nd Semester Academic Session: 2015-2016 CSM-241: Object Oriented Programming Using JAVA Note:

More information

Write a java program to prints the count of odd and even no s entered.

Write a java program to prints the count of odd and even no s entered. Dated: 27-01-2014 ALIGARH MUSLIM UNIVERSITY Department of Computer Science CS-2P1: Object Oriented Programming Using JAVA Java Lab Assignment Course: MCA (Semester-II nd ) Academic Session: 2013-2014 Note:

More information

Contents. Figures. Tables. Examples. Foreword. Preface. 1 Basics of Java Programming 1. xix. xxi. xxiii. xxvii. xxix

Contents. Figures. Tables. Examples. Foreword. Preface. 1 Basics of Java Programming 1. xix. xxi. xxiii. xxvii. xxix PGJC4_JSE8_OCA.book Page ix Monday, June 20, 2016 2:31 PM Contents Figures Tables Examples Foreword Preface xix xxi xxiii xxvii xxix 1 Basics of Java Programming 1 1.1 Introduction 2 1.2 Classes 2 Declaring

More information

Object Oriented Programming with JAVA

Object Oriented Programming with JAVA Course Title Course Code Object Oriented Programming with JAVA CE306 Theory :03 Course Credit Practical :01 Tutorial :00 Credits :04 Course Learning Outcomes On the completion of the course, students will

More information

This page intentionally left blank

This page intentionally left blank This page intentionally left blank arting Out with Java: From Control Structures through Objects International Edition - PDF - PDF - PDF Cover Contents Preface Chapter 1 Introduction to Computers and Java

More information

Application Development in JAVA. Data Types, Variable, Comments & Operators. Part I: Core Java (J2SE) Getting Started

Application Development in JAVA. Data Types, Variable, Comments & Operators. Part I: Core Java (J2SE) Getting Started Application Development in JAVA Duration Lecture: Specialization x Hours Core Java (J2SE) & Advance Java (J2EE) Detailed Module Part I: Core Java (J2SE) Getting Started What is Java all about? Features

More information

Java 8 Programming for OO Experienced Developers

Java 8 Programming for OO Experienced Developers www.peaklearningllc.com Java 8 Programming for OO Experienced Developers (5 Days) This course is geared for developers who have prior working knowledge of object-oriented programming languages such as

More information

PESIT Bangalore South Campus

PESIT Bangalore South Campus PESIT Bangalore South Campus 15CS45 : OBJECT ORIENTED CONCEPTS Faculty : Prof. Sajeevan K, Prof. Hanumanth Pujar Course Description: No of Sessions: 56 This course introduces computer programming using

More information

5/23/2015. Core Java Syllabus. VikRam ShaRma

5/23/2015. Core Java Syllabus. VikRam ShaRma 5/23/2015 Core Java Syllabus VikRam ShaRma Basic Concepts of Core Java 1 Introduction to Java 1.1 Need of java i.e. History 1.2 What is java? 1.3 Java Buzzwords 1.4 JDK JRE JVM JIT - Java Compiler 1.5

More information

ощ 'ршорвшэш! цвн-эориэу ощ 'sajbpossv # PIPG DUJ 'ssjmoossv ^ PIPG pipa w н OX ЛЮН VAV

ощ 'ршорвшэш! цвн-эориэу ощ 'sajbpossv # PIPG DUJ 'ssjmoossv ^ PIPG pipa w н OX ЛЮН VAV ощ 'ршорвшэш! цвн-эориэу ощ 'sajbpossv # PIPG DUJ 'ssjmoossv ^ PIPG pipa w н OX ЛЮН VAV Contents Preface Chapter 1 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 1.10 1.11 1.12 1.13 1.14 1.15 1.16 1.17 1.18 1.19

More information

Fast Track to Core Java 8 Programming for OO Developers (TT2101-J8) Day(s): 3. Course Code: GK1965. Overview

Fast Track to Core Java 8 Programming for OO Developers (TT2101-J8) Day(s): 3. Course Code: GK1965. Overview Fast Track to Core Java 8 Programming for OO Developers (TT2101-J8) Day(s): 3 Course Code: GK1965 Overview Java 8 Essentials for OO Developers is a three-day, fast-paced, quick start to Java 8 training

More information

Government of Karnataka Department of Technical Education Bengaluru

Government of Karnataka Department of Technical Education Bengaluru Government of Karnataka Department of Technical Education Bengaluru CIE- 25 Marks Course Title: OOP With Java Scheme (L:T:P) : 4:0:0 Total Contact Hours: 52 Type of Course: Lectures, Self Study & Student

More information

B2.52-R3: INTRODUCTION TO OBJECT ORIENTATED PROGRAMMING THROUGH JAVA

B2.52-R3: INTRODUCTION TO OBJECT ORIENTATED PROGRAMMING THROUGH JAVA B2.52-R3: INTRODUCTION TO OBJECT ORIENTATED PROGRAMMING THROUGH JAVA NOTE: 1. There are TWO PARTS in this Module/Paper. PART ONE contains FOUR questions and PART TWO contains FIVE questions. 2. PART ONE

More information

DHANALAKSHMI SRINIVASAN COLLEGE OF ENGINEERING AND TECHNOLOGY ACADEMIC YEAR (ODD SEM)

DHANALAKSHMI SRINIVASAN COLLEGE OF ENGINEERING AND TECHNOLOGY ACADEMIC YEAR (ODD SEM) DHANALAKSHMI SRINIVASAN COLLEGE OF ENGINEERING AND TECHNOLOGY ACADEMIC YEAR 2018-19 (ODD SEM) DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING SUB: OBJECT ORIENTED PROGRAMMING SEM/YEAR: III SEM/ II YEAR

More information

UNIT 3 ARRAYS, RECURSION, AND COMPLEXITY CHAPTER 11 CLASSES CONTINUED

UNIT 3 ARRAYS, RECURSION, AND COMPLEXITY CHAPTER 11 CLASSES CONTINUED UNIT 3 ARRAYS, RECURSION, AND COMPLEXITY CHAPTER 11 CLASSES CONTINUED EXERCISE 11.1 1. static public final int DEFAULT_NUM_SCORES = 3; 2. Java allocates a separate set of memory cells in each instance

More information

Core Java - SCJP. Q2Technologies, Rajajinagar. Course content

Core Java - SCJP. Q2Technologies, Rajajinagar. Course content Core Java - SCJP Course content NOTE: For exam objectives refer to the SCJP 1.6 objectives. 1. Declarations and Access Control Java Refresher Identifiers & JavaBeans Legal Identifiers. Sun's Java Code

More information

IT6503 WEB PROGRAMMING. Unit-I

IT6503 WEB PROGRAMMING. Unit-I Department of Information Technology Question Bank- Odd Semester 2015-2016 IT6503 WEB PROGRAMMING Unit-I SCRIPTING 1. What is HTML? Write the format of HTML program. 2. Differentiate HTML and XHTML. 3.

More information

Core Java Contents. Duration: 25 Hours (1 Month)

Core Java Contents. Duration: 25 Hours (1 Month) Duration: 25 Hours (1 Month) Core Java Contents Java Introduction Java Versions Java Features Downloading and Installing Java Setup Java Environment Developing a Java Application at command prompt Java

More information

Avg. Of Test 1 and Test 2. Exam

Avg. Of Test 1 and Test 2. Exam Subject Code ECL303 Subject Code ECL303 Subject Name OOP using JAVA laboratory Subject Name OOP using JAVA laboratory Teaching Scheme Credits Assigned (Hrs.) Theory Practical Tutorial Theory TW/Pracs Tutorial

More information

Core Java SYLLABUS COVERAGE SYLLABUS IN DETAILS

Core Java SYLLABUS COVERAGE SYLLABUS IN DETAILS Core Java SYLLABUS COVERAGE Introduction. OOPS Package Exception Handling. Multithreading Applet, AWT, Event Handling Using NetBean, Ecllipse. Input Output Streams, Serialization Networking Collection

More information

Syllabus for Bachelor of Technology. Computer Engineering. Subject Code: 01CE0403. B.Tech. Year - II

Syllabus for Bachelor of Technology. Computer Engineering. Subject Code: 01CE0403. B.Tech. Year - II Subject Code: 01CE0403 Subject Name: Object Oriented Programming with Java B.Tech. Year - II Objective: Java is a computer programming language having feature like objectoriented, polymorphism, inheritance

More information

TIME: 3 HOURS MARKS: a. Develop a java program to sort an array of N numbers in ascending order. (40)

TIME: 3 HOURS MARKS: a. Develop a java program to sort an array of N numbers in ascending order. (40) ANNA UNIVERSITY: CHENNAI-600 025 B.E/B.TECH DEGREE EXAMINATIONS, OCT/NOV. 2013 Regulations -2008 Fifth Semester B.TECH INFORMATION TECHNOLOGY IT2305 JAVA PROGRAMMING LAB TIME: 3 HOURS MARKS: 100 1. a.

More information

An applet is a program written in the Java programming language that can be included in an HTML page, much in the same way an image is included in a

An applet is a program written in the Java programming language that can be included in an HTML page, much in the same way an image is included in a CBOP3203 An applet is a program written in the Java programming language that can be included in an HTML page, much in the same way an image is included in a page. When you use a Java technology-enabled

More information

WA1278 Introduction to Java Using Eclipse

WA1278 Introduction to Java Using Eclipse Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc WA1278 Introduction to Java Using Eclipse This course introduces the Java

More information

Diploma in Android Programming (DAP)

Diploma in Android Programming (DAP) Diploma in Android Programming (DAP) Duration: 01 Year Total credit: 32 1 st Semester (DAP) Theory Course Course Title (T-L-P) Credit Code CSP-80 Operating Systems T 04 CSP-45 Programing in JAVA T 04 CSP-46

More information

JAVA. Duration: 2 Months

JAVA. Duration: 2 Months JAVA Introduction to JAVA History of Java Working of Java Features of Java Download and install JDK JDK tools- javac, java, appletviewer Set path and how to run Java Program in Command Prompt JVM Byte

More information

CSE 212 : JAVA PROGRAMMING LAB. IV Sem BE (CS&E) (2013) DEPT OF COMPUTER SCIENCE & ENGG. M. I. T., MANIPAL. Prepared By : Approved by :

CSE 212 : JAVA PROGRAMMING LAB. IV Sem BE (CS&E) (2013) DEPT OF COMPUTER SCIENCE & ENGG. M. I. T., MANIPAL. Prepared By : Approved by : 1 CODE: CSE212 CSE 212 : JAVA PROGRAMMING LAB IV Sem BE (CS&E) (2013) DEPT OF COMPUTER SCIENCE & ENGG. M. I. T., MANIPAL Prepared By : Approved by : Dr. Harish S. V. Mr. Chidananda Acharya Ms. Roopashri

More information

END TERM EXAMINATION

END TERM EXAMINATION END TERM EXAMINATION THIRD SEMESTER [BCA] DECEMBER 2007 Paper Code: BCA 209 Subject: Object Oriented Programming Time: 3 hours Maximum Marks: 75 Note: Attempt all questions. Internal choice is indicated.

More information

No. of Printed Pages : 5. MCA (Revised) / BCA (Revised) Term-End Examination December, :360. Student (name, age, programme)

No. of Printed Pages : 5. MCA (Revised) / BCA (Revised) Term-End Examination December, :360. Student (name, age, programme) No. of Printed Pages : 5 I MCS-024 I MCA (Revised) / BCA (Revised) Term-End Examination December, 2017 0.4-1:360 MCS-024 : OBJECT ORIENTED TECHNOLOGIES AND JAVA PROGRAMMING Time : 3 hours Maximum Marks

More information

Java 1.8 Programming

Java 1.8 Programming One Introduction to Java 2 Usage of Java 3 Structure of Java 4 Flexibility of Java Programming 5 Two Running Java in Dos 6 Using the DOS Window 7 DOS Operating System Commands 8 Compiling and Executing

More information

Java Programming Training for Experienced Programmers (5 Days)

Java Programming Training for Experienced Programmers (5 Days) www.peaklearningllc.com Java Programming Training for Experienced Programmers (5 Days) This Java training course is intended for students with experience in a procedural or objectoriented language. It

More information

1 OBJECT-ORIENTED PROGRAMMING 1

1 OBJECT-ORIENTED PROGRAMMING 1 PREFACE xvii 1 OBJECT-ORIENTED PROGRAMMING 1 1.1 Object-Oriented and Procedural Programming 2 Top-Down Design and Procedural Programming, 3 Problems with Top-Down Design, 3 Classes and Objects, 4 Fields

More information

FINALTERM EXAMINATION Spring 2009 CS506- Web Design and Development Solved by Tahseen Anwar

FINALTERM EXAMINATION Spring 2009 CS506- Web Design and Development Solved by Tahseen Anwar FINALTERM EXAMINATION Spring 2009 CS506- Web Design and Development Solved by Tahseen Anwar www.vuhelp.pk Solved MCQs with reference. inshallah you will found it 100% correct solution. Time: 120 min Marks:

More information

COURSE DETAILS: CORE AND ADVANCE JAVA Core Java

COURSE DETAILS: CORE AND ADVANCE JAVA Core Java COURSE DETAILS: CORE AND ADVANCE JAVA Core Java 1. Object Oriented Concept Object Oriented Programming & its Concepts Classes and Objects Aggregation and Composition Static and Dynamic Binding Abstract

More information

III) EXAMINATION, 2015 CS 331 : SYSTEM PROGRAMMING AND OPERATING SYSTEM I

III) EXAMINATION, 2015 CS 331 : SYSTEM PROGRAMMING AND OPERATING SYSTEM I Total No. of Questions 4] [Total No. of Printed Pages 4 Seat No. [4718]-31 T.Y. B.Sc. (Computer Science) (Semester III) EXAMINATION, 2015 CS 331 : SYSTEM PROGRAMMING AND OPERATING SYSTEM I Paper I (2008

More information

Week. Lecture Topic day (including assignment/test) 1 st 1 st Introduction to Module 1 st. Practical

Week. Lecture Topic day (including assignment/test) 1 st 1 st Introduction to Module 1 st. Practical Name of faculty: Gaurav Gambhir Discipline: Computer Science Semester: 6 th Subject: CSE 304 N - Essentials of Information Technology Lesson Plan Duration: 15 Weeks (from January, 2018 to April, 2018)

More information

[CHAPTER] 1 INTRODUCTION 1

[CHAPTER] 1 INTRODUCTION 1 FM_TOC C7817 47493 1/28/11 9:29 AM Page iii Table of Contents [CHAPTER] 1 INTRODUCTION 1 1.1 Two Fundamental Ideas of Computer Science: Algorithms and Information Processing...2 1.1.1 Algorithms...2 1.1.2

More information

A- Core Java Audience Prerequisites Approach Objectives 1. Introduction

A- Core Java Audience Prerequisites Approach Objectives 1. Introduction OGIES 6/7 A- Core Java The Core Java segment deals with the basics of Java. It is designed keeping in mind the basics of Java Programming Language that will help new students to understand the Java language,

More information

PROGRAMMING IN C AND C++:

PROGRAMMING IN C AND C++: PROGRAMMING IN C AND C++: Week 1 1. Introductions 2. Using Dos commands, make a directory: C:\users\YearOfJoining\Sectionx\USERNAME\CS101 3. Getting started with Visual C++. 4. Write a program to print

More information

SELF-STUDY. Glossary

SELF-STUDY. Glossary SELF-STUDY 231 Glossary HTML (Hyper Text Markup Language - the language used to code web pages) tags used to embed an applet. abstract A class or method that is incompletely defined,

More information

John Cowell. Essential Java Fast. How to write object oriented software for the Internet. with 64 figures. Jp Springer

John Cowell. Essential Java Fast. How to write object oriented software for the Internet. with 64 figures. Jp Springer John Cowell Essential Java Fast How to write object oriented software for the Internet with 64 figures Jp Springer Contents 1 WHY USE JAVA? 1 Introduction 1 What is Java? 2 Is this book for you? 2 What

More information

Java Training JAVA. Introduction of Java

Java Training JAVA. Introduction of Java Java Training Building or rewriting a system completely in Java means starting from the scratch. We engage in the seamless and stable operations of Java technology to deliver innovative and functional

More information

Software Development & Education Center. Java Platform, Standard Edition 7 (JSE 7)

Software Development & Education Center. Java Platform, Standard Edition 7 (JSE 7) Software Development & Education Center Java Platform, Standard Edition 7 (JSE 7) Detailed Curriculum Getting Started What Is the Java Technology? Primary Goals of the Java Technology The Java Virtual

More information

Introduction to Programming Using Java (98-388)

Introduction to Programming Using Java (98-388) Introduction to Programming Using Java (98-388) Understand Java fundamentals Describe the use of main in a Java application Signature of main, why it is static; how to consume an instance of your own class;

More information

Contents. iii Copyright 1998 Sun Microsystems, Inc. All Rights Reserved. Enterprise Services August 1998, Revision B

Contents. iii Copyright 1998 Sun Microsystems, Inc. All Rights Reserved. Enterprise Services August 1998, Revision B Contents About the Course...xv Course Overview... xvi Course Map... xvii Module-by-Module Overview... xviii Course Objectives... xxii Skills Gained by Module... xxiii Guidelines for Module Pacing... xxiv

More information

Introduction... xv SECTION 1: DEVELOPING DESKTOP APPLICATIONS USING JAVA Chapter 1: Getting Started with Java... 1

Introduction... xv SECTION 1: DEVELOPING DESKTOP APPLICATIONS USING JAVA Chapter 1: Getting Started with Java... 1 Introduction... xv SECTION 1: DEVELOPING DESKTOP APPLICATIONS USING JAVA Chapter 1: Getting Started with Java... 1 Introducing Object Oriented Programming... 2 Explaining OOP concepts... 2 Objects...3

More information

CS506 Web Programming and Development Solved Subjective Questions With Reference For Final Term Lecture No 1

CS506 Web Programming and Development Solved Subjective Questions With Reference For Final Term Lecture No 1 P a g e 1 CS506 Web Programming and Development Solved Subjective Questions With Reference For Final Term Lecture No 1 Q1 Describe some Characteristics/Advantages of Java Language? (P#12, 13, 14) 1. Java

More information

BCA (Part II) EXAMINATION 2008 C++ PROGRAMMING Max Time : 3 Hours Max. Marks : 50

BCA (Part II) EXAMINATION 2008 C++ PROGRAMMING Max Time : 3 Hours Max. Marks : 50 C++ PROGRAMMING 1. (a) What are the characteristics of object-oriented language? What are the advantages of using OOPS? (b) What are the Application of Public, Private, and Protected keywords? Explain.

More information

BCA (Part II) EXAMINATION, 2009 C++ PROGRAMMING Time allowed: Three Hours Maximum Marks: 50 Attempt any five questions

BCA (Part II) EXAMINATION, 2009 C++ PROGRAMMING Time allowed: Three Hours Maximum Marks: 50 Attempt any five questions C++ PROGRAMMING Attempt any five questions 1. (a) What is encapsulation? Why is data considered safe if encapsulated? How are the terms abstraction and encapsulation related. 4 (b) What do you understand

More information

Java Programming Course Overview. Duration: 35 hours. Price: $900

Java Programming Course Overview. Duration: 35 hours. Price: $900 978.256.9077 admissions@brightstarinstitute.com Java Programming Duration: 35 hours Price: $900 Prerequisites: Basic programming skills in a structured language. Knowledge and experience with Object- Oriented

More information

(800) Toll Free (804) Fax Introduction to Java and Enterprise Java using Eclipse IDE Duration: 5 days

(800) Toll Free (804) Fax   Introduction to Java and Enterprise Java using Eclipse IDE Duration: 5 days Course Description This course introduces the Java programming language and how to develop Java applications using Eclipse 3.0. Students learn the syntax of the Java programming language, object-oriented

More information

Introduction. Assessment Test. Part I The Programmer s Exam 1

Introduction. Assessment Test. Part I The Programmer s Exam 1 4276FM.fm Page ix Thursday, October 2, 2003 11:22 AM at a Glance Introduction Assessment Test xix xxv Part I The Programmer s Exam 1 Chapter 1 Language Fundamentals 3 Chapter 2 Operators and Assignments

More information