You are on page 1of 2

JAVA BASIC QUESTIONS

1. Key Difference between C++ and JAVA? 2. What is OOP's define all OOP's concepts? 3. What is JVM? 4. Difference between JDK and JRE? 5. Difference between String and StringBuffer? 6. What is mean by Interface? 7. What is the main reason we are say JAVA provide more security? 8. Difference between Array and Arraylist and Vector? 9. What is the purpose of using NEW and THIS operator? 10.What is datatype? 11.Command for getting input from Runtime? 12.Difference between Scanner and BufferedReader? 13.Meaning of public static void main(String args[])? 14.What is mean by Package? 15.Types of JAVA Programs? 16.What is mean by 2-tier and 3-tier architecture? 17.What is the latest framework in Java? 18.What is the purpose of using applet? 19.What is the purpose of using J2EE application? 20.What is JSP and SERVLET? 21.Database Connectivity coding? 22.Tell Something about your project? 23.What is Mean By Multithreading? 24.Basic JAVA PROGRAMS. 25.Difference between GET and POST method? 26.Difference between WHILE and DOWHILE? 27.Syntax for FOR Loop? MYSQL ======= 1. 2. 3. 4. 5. 6. 7. 8. 9. Difference between DBMS and RDBMS ? What is Database ? What is mean by DRL,DDL,DML and its sub Queries ? Difference between Drop/Delete/Truncate ? Difference between GroupBy/OrderBy? Query for all Mathematical Functions Like(MAX/MIN/AVG/SUM) Query for printing second highest salary? Difference between LIKE and In Operator? Query for rename a column temporary using AS Keyword?

10.Query for Counting Number Of Records in a table? 11.Remove Duplicate Field values from table name using DISTINCT keyword? 12.What is Mean By Normalization? 13.What is Constraints? 14.Difference Between Primary and Foreign Keys? 15.What is mean by Procedure/Trigger/Index and its Syntax? JAVA BASIC PROGRAM ==================== 1. 2. 3. 4. 5. 6. Factorial Factorial using Recursion Fibonacci Series Palindrome (NUMBER/String) Replace vowels by */Replace Vowels a-1/e-2/i-3/o-4/u-5 Printing triangle using * Like * ** *** ** * 7. Multilevel Inheritance Program 8. Leap year Program 9. Odd /Even Number Checking Program 10.Preparing Table 11.Sample Program using Bufferedreader 12.Area Finding Program

You might also like