20. Write a program to create your own exception types to handle situation specific to your application (Hint: Define a subclass of Exception which itself is a subclass of Throwable).
Total Pageviews
Saturday, November 21, 2020
19. Write a program to show the use of nested try statements that emphasizes the sequence of checking for catch handler statements.
19. Write a program to show the use of nested try statements that emphasizes the sequence of checking for catch handler statements.
18. Write a program ―DivideByZero‖ that takes two numbers a and b as input, computes a/b, and invokes Arithmetic Exception to generate a message when the denominator is zero.
18. Write a program ―DivideByZero‖ that takes two numbers a and b as input, computes a/b, and invokes Arithmetic Exception to generate a message when the denominator is zero.
Tuesday, November 17, 2020
SQL
1. BASIC SQL STEP BY STEP - CLICK HERE
2. UGC CBCS ASSIGNMENT FOR GENERAL STUDENT - CLICK HERE
3. UGC CBCS ASSIGNMENT FOR HONOURS STUDENT -
4. self join in sql - CLICK HERE
5. DATE command in SQL - CLICK HERE
6. wbsu 2016 dbms practical question - CLCIK HERE
7. CHECK CONSTRAINTS - CLICK HERE
JDBC code - create table, insert record, update record, delete record, drop table
1. jdbc1.CREATE TABLE using sql - CLICK HERE
2. jdbc2. DISPLAY TABLE USING JDBC - CLICK HERE
3. jdbc3. INSERT RECORD IN TABLE USING JDBC - CLICK HERE
4. jdbc4. UPDATE RECORD IN TABLE USING JDBC - CLICK HERE
5. jdbc5. CREATE TABLE USING JDBC - CLICK HERE
6. jdbc6. DROP TABLE USING JDBC- CLICK HERE
7. jdbc7. DELETE DATA FROM TABLE USING JDBC - CLICK HERE
8. jdbc8. ALL ARE IN A SINGLE PROGRAM CREATE TABLE,INSERTION,DELETION, DROP TABLE USING JDBC - CLICK HERE
jdbc8. ALL ARE IN A SINGLE PROGRAM CREATE TABLE,INSERTION,DELETION, DROP TABLE USING JDBC
jdbc8. ALL ARE IN A SINGLE PROGRAM CREATE TABLE,INSERTION,DELETION, DROP TABLE USING JDBC
Friday, November 13, 2020
GRAPH THEORY N.DEO CHAPTER WISE QUESTION
CHAPTER 1. CLICK HERE
CHAPTER 2. CLICK HERE
CHAPTER 3. CLICK HERE
CHAPTER 4. CLICK HERE
CHAPTER 5. CLICK HERE
CHAPTER 7. CLICK HERE
CHAPTER 8. CLICK HERE
CHAPTER 9. CLICK HERE
CHAPTER 11. CLICK HERE
GRAPH THEORY N.DEO CHAPTER WISE QUESTION CHAPTER 11:
GRAPH THEORY N.DEO CHAPTER WISE QUESTION
CHAPTER 11:
1. ALGORITHM 1. NUMBER OF COMPONENTS OF GRPAH.
2. ALGORITHM 2. SPANNING TREE.
3. ALGORITHM 7. SHORTEST PATH.
4. DFS,BFS
GRAPH THEORY N.DEO CHAPTER WISE QUESTION CHAPTER 9:
GRAPH THEORY N.DEO CHAPTER WISE QUESTION
CHAPTER 9:
1. DIRECTED GRAPH
2. UNDIRECTED GRAPH.
3. ADJACENCY MATRIX OF DIGRAPH.
GRAPH THEORY N.DEO CHAPTER WISE QUESTION CHAPTER 8:
GRAPH THEORY N.DEO CHAPTER WISE QUESTION
CHAPTER 8:
1. CHROMATIC NUMBER.
2. GRAPH COLORING.
3. THEOREM 8.1.
4. THEOREM 8.2.
5. BIPARTITE GRAPH.
6.
GRAPH THEORY N.DEO CHAPTER WISE QUESTION CHAPTER 7:
GRAPH THEORY N.DEO CHAPTER WISE QUESTION
CHAPTER 7:
1. INCIDENCE MATRIX.
2. THEOREM 7.1.
3. THEOREM 7.2.
4. CIRCUIT MATRIX.
5. CUT SET MATRIX.
6. PATH MATRIX.
7. ADJACENCY MATRIX.
GRAPH THEORY N.DEO CHAPTER WISE QUESTION CHAPTER 5:
GRAPH THEORY N.DEO CHAPTER WISE QUESTION
CHAPTER 5:
1. PLANAR GRAPH
2. NONPLANAR GRAPH
3. THEOREM 5.1.
4. THEOREM 5.2.
5. THEOREM 5.6.
GRAPH THEORY N.DEO CHAPTER WISE QUESTION CHAPTER 4:
GRAPH THEORY N.DEO CHAPTER WISE QUESTION CHAPTER 4:
1. CUT SET
2. THEOREM 4.1.
3. THEOREM 4.2.
4. THEOREM 4.3.
5. FUNDAMENTAL CUT SET.