XML Interview Questions
Give a few examples of types of applications that can benefit from using XML. There are literally thousands of applications ......
Read the rest of this entry »
Interview»
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»
SQL INTERVIEW QUESTIONS
1. How do you implement one-to-one, one-to-many and many-to-many relationships while designing tables? One-to-One relationship can be implemented as a ......
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 ......
