0% found this document useful (0 votes)
16 views

AJava Assign

This document contains instructions for four assignments related to advanced Java programming and computer networks. The Java assignments cover topics like transient variables, synchronization, abstract classes vs interfaces, garbage collection, and reference variables. The computer network assignments cover CSMA/CD, data link layer functions, TCP, circuit switching vs packet/message switching, internet addressing, subnets/supernets, proxy ARP, and email system architecture. Students are instructed to answer five questions for each assignment worth equal marks of 10 each.

Uploaded by

s_kbahuguna
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views

AJava Assign

This document contains instructions for four assignments related to advanced Java programming and computer networks. The Java assignments cover topics like transient variables, synchronization, abstract classes vs interfaces, garbage collection, and reference variables. The computer network assignments cover CSMA/CD, data link layer functions, TCP, circuit switching vs packet/message switching, internet addressing, subnets/supernets, proxy ARP, and email system architecture. Students are instructed to answer five questions for each assignment worth equal marks of 10 each.

Uploaded by

s_kbahuguna
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

B.Tech 8th Semester Advance Java Assignment No-1 Max Marks-10 Note: Each question carry equal marks.

Q1. What is transient variable? Why do we use it? Q2. What do you understand by Synchronization? Write a program in java to implement the Synchronization? Q3. What is similarities/difference between an Abstract class and Interface? Also write the code for creating an interface & abstract class. Q4. What do you understand by the term garbage collection? How it is handled in java? Q5. What is the reference variable? Why it is known as reference variable? How it different from class level variables?

B.Tech 8th Semester Advance Java Assignment No-2 Max Marks-10 Note: Each question carry equal marks.
Q1. What is an exception? Describe with an example how it can be resolved. Q2. What is polling in multithreading explain with an example. What functionality provided by java to resolve this problem. Q3. Why do we require socket? Write a program to connect a client to a server? Q4. Describe the various types of statements used in JDBC? Q5. What is RMI registry?.What role it play in RMI?

B.Tech 6th Semester Computer Network Assignment No-1 Max Marks-10 Note: Each question carry equal marks. Q1. What is CSMA/CD? Explain it with the help of flow chart? How it is different from pure Aloha? Q2. What functionalities provided by data link layer. Describe each in detail. Also name the various devices which works at this layer? Q3. How does TCP provides connection oriented service? What other services provided by the TCP? Q4. How circuit switch network is different from packet switch & message switch network?

B.Tech 6th Semester Computer Network Assignment No-2 Max Marks-10 Note: Each question carry equal marks.

Q1. What are the various types of addresses used in internet? What is their role in internet? Q2. What is subnet & supernet ? Why do require them? Q3. What is proxy ARP? How is it different from ARP? Q4. Describe the architecture of Email system using diagram. Also explain its various components

You might also like