-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
100 lines (80 loc) · 4.81 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<div>
<!----------------------------------------------------------------------------------------------------------------------------------------------->
2023 -> Group-A
<!-- Write all important characteristics of Java Programming with object oriented features? -->
<!-- Explain wrapper classes in Java with suitable example of wrapper classes. -->
<!-- What is Abstraction? Explain types of abstraction in Java with suitable example. -->
<!-- Write a program in Java to compute factorial of a number using class and object. -->
<!-- What is Inheritance? Explain types of inheritance in Java. -->
<!-- Write a program in Java to take two number and add them using single inheritance. -->
<!-- What is Applet? Explain Life Cycle of Applet. -->
<!-- Write a program using Applet to display message "Hello World". -->
<!-- Explain constructor and types of constructor in Java with suitable example. -->
2021 -> Group - A
<!-- What is Java? How Java is different from C++ discuss. -->
<!-- What are the features of Java? Explain briefly? -->
<!-- What is applet ? Discuss the Life Cycle of an applet. -->
<!-- Design an applet to print "My First applet program". Also write HTML code to display the applet. -->
<!-- Write short notes on any three of the followings:
(a) JVM
(b) Multithreading
(c) Wrapper Class
(d) Finalize method -->
<!-- What is class? How to define class and create objects in Java ? -->
<!-- Discuss the access modifiers in Java. -->
<!-- What is Inheritance? Discuss any two methods supported by Java ? -->
<!-- What is interface? How to extend and implement it ? -->
2020 -> Group - A
<!-- What is Java? How Java differs from C++ ? Discuss the features of Java. -->
<!-- Define constructor in Java. Is it possible, to overload a constructor ? Justify your answer with suitable example. -->
<!-- What is package in Java ? How can you define and implement a package? Explain with example. -->
<!-- Define an applet. How is an Applet different from an application? Describe the lifecycle of an applet. -->
2018 -> Group - A
<!-- Describe the concept of OPP's. Explain the function of java. -->
<!-- Define Constructor. What are the characteristics of Constructor and Default Constructor used in Java? Explain with Example. -->
<!----------------------------------------------------------------------------------------------------------------------------------------------->
2023 -> Group - B
<!-- Write some importance of internet in Today's world. -->
<!-- What is HTML? Write some structural tags of HTML to create a web-page. -->
<!-- What is E-mail? Write some advantages of E- mail. -->
<!-- What is FTP? Write note of FTP in use of Internet -->
<!-- What is Hit Counter? Write steps to add Hit- counter on the web-page. -->
What is ASP? Write structure of ASP program and importance of ASP.
What is Encryption? Explain public and private key.
What is Digital Signature? Write some advantages of Digital Signature.
What is Authentication? Write some authentication protocols.
What is Firewall? Write functions of Firewall.
2021 -> Group - B
Discuss FTP and DNS protocols.
Differentiate between WWW and Internet.
<!-- Create a Web pago having a table of 4 columns and 3 rows using HTML. -->
Explain server Side Scripting and client side scripting with examples.
What is the role of Encryption in notwork security? Explain public key and private key encryption.
What is Firewall? How it provides protection against cyber threats ?
What do you mean by cyber attacks? Explain passive and active attacks.
Explain multi level model of security of network.
What is E-mail? Explain about e-mail security and its associated protocols.
What is Authentication in Network Security ? Explain its different types.
2020 -> Group - B
What is E-mail ? What are its advantages and disadvantages?
Discuss various E-mail protocols. Discuss HTML table tag with its all child tags. Write HTML code to draw a HTML table containing records of a student.
What are the features of ASP? How cin you access, database in ASP? Explain with example.
2020 -> Group - C
What is threat in network security ? Discuss active attacks and passive attacks.
Explain advanced encryption standard (AES) cryptographic technique.
Write notes on the following :
(a) Cryptoanalysis
(b) Firewall
(c) Digital signature
</div>
<script src="./10_classes_and_oop/object_get_set.js"></script>
</body>
</html>