You are on page 1of 3

Java institute for Advanced Technology

Department of Examinations
RESEARCH ASSESSMENT

PROFESSIONAL GRADUATE DIPLOMA IN SOFTWARE


COURSE(S) – (LEADING TO)
ENGINEERING

UNIT NAME SOFTWARE APPLICATION DEVELOPMENT

INSTRUCTIONS TO CANDIDATES

● Answer all questions.


● Maximum marks attainable for this paper is 100.

Font size, style, and type:


● The font must be a standard style that is clear and readable. Script, cursive, and
pictorialfonts are prohibited.
● All document text with the exception of items embedded in figures must be black.
● Font size should be 11 or 12 points.
● Font style “Times New Roman”.
● Italicized fonts are only accepted where allowed or required by your chosen style guide
● Font size and font type must be consistent throughout the text.
● Chapter titles and sections can be a larger font size than the standard text, if in accordance
with the student’s approved style guide and advisory committee. This style decision must
be applied consistently throughout the text.
● The font size of tables and figures can be smaller than the standard text if in accordance
with the student’s style guide and advisory committee. This style decision must be applied
consistently throughout the text. Font cannot be at less than 8 points to allow for
readability.
● The spacing must be 1.15 spaces after each line.
● The Margins spaces on the sides of, and on the top and bottom.
JAVA INSTITUTE FOR ADVANCED TECHNOLOGY
SRI LANKA
Answer all questions.

1. Write a correct JDBC connectivity code using given details


a. Host name : 118.125.55.65
b. Port No : 3307
c. Database Name : sad
d. Username : root_admin
e. Password : root_admin (10 marks)

2. Draw Jasper Designing Layout (10 marks)

3. Write Code for JasperReport compile ,filling and view Report with Empty datascource and with
two parameters (para1 and para2) (10 marks)

4. Write Test class for,


Class Gamer{

public double getNo(int x,doube f){

double d=x+f;

return d;

(20 marks)

5. Describe Regular Mode and Jar in Exe mode.


a. Regular Mode
b. Jar In Exe Mode (10 marks)

6. Write a code fragment for calculate total of income column. (20 marks)

JAVA INSTITUTE FOR ADVANCED TECHNOLOGY


SRI LANKA
7. Write a code fragment to remove selected row from JTable named JTable1. (10 marks)
8. What is JRXML? (10 marks)

JAVA INSTITUTE FOR ADVANCED TECHNOLOGY


SRI LANKA

You might also like