C Interview Questions
1.Difference between arrays and pointers? - Pointers are used to manipulate data using the address. Pointers use * operator to ......
Read the rest of this entry »
Exam»
HTML Interview Questions
1. How do I indent the first line in my paragraphs? This isn’t really possible in a reliable way, until ......
Read the rest of this entry »
Interview»
JAVA INTERVIEW QUESTIONS
1. What is the difference between private, protected, and public? These keywords are for allowing privileges to components such as ......
Read the rest of this entry »
Interview»
Short Java Notes
1. Source file’s elements (in order) * Package declaration * Import statements * Class definitions 2. Importing packages doesn’t recursively ......
Read the rest of this entry »
Languages»
Java/J2EE Programmer Practice Test
1. Which of the following are valid definitions of an application’s main( ) method? a) public static void main(); b) ......
Read the rest of this entry »
Languages»
Oracle DBA
1. SNAPSHOT is used for [DBA] a] Synonym, b] Table space, c] System server, d] Dynamic data replication Ans : ......
Read the rest of this entry »
Database»
PL/SQL – Basics of PL/SQL
1. What is PL/SQL ? PL/SQL is a procedural language that has both interactive SQL and procedural programming language constructs ......
Read the rest of this entry »
Database»
SQL PLUS STATEMENTS
1. What are the types of SQL Statement ? Data Definition Language : CREATE,ALTER,DROP,TRUNCATE,REVOKE,NO AUDIT & COMMIT. Data Manipulation Language ......
Read the rest of this entry »
Database»
Data Base Administration – Introduction to DBA
1. What is a Database instance ? Explain A database instance (Server) is a set of memory structure and background ......
Read the rest of this entry »
Database»
Oracle Database Question Bank
1. What are the components of Physical database structure of Oracle Database? ORACLE database is comprised of three types of ......
