CHAPTER 3
1. Dynamic Initialization of variables.
2. Reference variables.
3. Scope reslolution operator.
4. New and Delete operator.
CHAPTER 3
1. Dynamic Initialization of variables.
2. Reference variables.
3. Scope reslolution operator.
4. New and Delete operator.
1. what is thread
2. what is multithreading
3. different type of thread creation
4. start() and run()
5. stopping and blocking a thread
6. life cycle of a thread
7. thread priority
8. thread exceptions
9. thread synchronization.
1. benefit of packages.
2.
1. different type of array creation
2. how array is initialized?
3. 2d array creation and initialization.
4. variable size array.
5. mutable and immutable.
6. string and stringBuffer comparison
7.
1. method overloading
2. use of super.
3. static memebr
4.static function.
5. variable arguments
6.access specifier
1. use of unconditional branching.
2. difference between entry controlled loop and exit controlled loop.
3. enhanced for loop
1. fall through
2. which is faster ??? ifelse or switch
3. use of ternary operator.
1. What is mixed mode arithmatic?
2. Difference between >> and >>>.
3. generic type casting.
4.implicit ,explicit type casting.
5. operator priority and precedance
1. SQL1 dept create table without primary key.