Sample viva questions
From JAVA
1. Java language introduced by………………………
2. Java is high level object oriented language.
3. Java is fully object oriented language
4. Features of java/ high level object oriented language
5. Define and full form
JDK, JRE, JVM, JIT
6. Define: bytecode
7. Define: class, object, inheritance, polymorphism, data abstraction
8. Define: variable, identifier, keyword, operator
9. Explain: arithmetic operators and symbols, logical operators, assignment operator, relational
operators
10. Define: local variable, instance variable, static variable
11. Define data types , primitive data types, non primitive data types
12. Define String and 3 methods of String
13. Define array and types of Array
14. Define constructor and deconstructor in java
15. Define thread and multithreading concept in java
16. What do you mean by public static void main (String a []), define public, static, void, String a
[] in that
17. Define interpreter, compiler, java is interpreted or compiled language
18. Define how java is platform independent
19. Java is case sensitive language how
20. What is access specifier explain public, private, protected
21. What is exception and exception handling, explain try, catch and finally also use of else in
exception handling
22. What is Scanner , why we are using comes under which library
Netbeans
1. What is netbeans
2. Which type of application we can develop through netbeans
3. Remember netbeans interface controls, tools, menus ,
4. Use of jtextfield, label, button whatever controls used in project
5. What is GUI application
6. Topic of project
7. About project
8. Libraries of project that you have imported while making project.
9. How to do SQl connectivity with java in netbeans, what is swing, util, lang library
SQL
1. Full form : SQL, DDL, DML, DCL, TCL DBMS, RDBMS
2. Difference between dbms and rdbms
3. DDL commands
4. DML commands
5. SQl is procedural language or non procedural
6. Features of SQL and features of DBMS
7. Define , dbms, database, meta data
8. Syntax of commands
Create, insert, delete, update, alter, drop, select
9. Use of where clause
10. What is group by
11. What is aggregate function
12. Difference between whare and having clause
13. Order by clause
14. Operators- like, between….and, in
15. Distinct keyword
16. Define keys.. super key primary key, composite primary key, alternate, candidate, foreign
17. Define ; data redundancy, data inconsistency, data integrity, referential integrity, domain
integrity
18. Difference between varchar and char
19. Difference between delete and drop command
20. What is degree and cardinality
21. What is join and its types
22. What is constraints and about not null, primary key, unique key , foreign key, check, default
constraint
23. Difference between Unique and primary key constraint
24. What is key and non key attribute
25. About alter command… add column, drop, column modify and change
26. Father of RDBMS……………………………….
27. Types of DBMS
28. What is relation, tuple, attribute