0% found this document useful (0 votes)
65 views2 pages

Java and MySQL Basics: Key Concepts

This document contains a list of questions covering basic Java concepts like differences between Java and C++, OOP concepts, the JVM, JDK and JRE. It also includes questions about Java data types, operators, arrays, strings, inheritance, packages and frameworks. Database questions cover SQL concepts like aggregation, joins, normalization and constraints. Sample Java programs are listed including factorial, Fibonacci, palindrome, multilevel inheritance and area calculation programs. MySQL questions cover concepts like DBMS, RDBMS, DDL, DML queries and functions.

Uploaded by

Jeevitha Valli
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
65 views2 pages

Java and MySQL Basics: Key Concepts

This document contains a list of questions covering basic Java concepts like differences between Java and C++, OOP concepts, the JVM, JDK and JRE. It also includes questions about Java data types, operators, arrays, strings, inheritance, packages and frameworks. Database questions cover SQL concepts like aggregation, joins, normalization and constraints. Sample Java programs are listed including factorial, Fibonacci, palindrome, multilevel inheritance and area calculation programs. MySQL questions cover concepts like DBMS, RDBMS, DDL, DML queries and functions.

Uploaded by

Jeevitha Valli
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd

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? [Link] is datatype? [Link] for getting input from Runtime? [Link] between Scanner and BufferedReader? [Link] of public static void main(String args[])? [Link] is mean by Package? [Link] of JAVA Programs? [Link] is mean by 2-tier and 3-tier architecture? [Link] is the latest framework in Java? [Link] is the purpose of using applet? [Link] is the purpose of using J2EE application? [Link] is JSP and SERVLET? [Link] Connectivity coding? [Link] Something about your project? [Link] is Mean By Multithreading? [Link] JAVA PROGRAMS. [Link] between GET and POST method? [Link] between WHILE and DOWHILE? [Link] 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?

[Link] for Counting Number Of Records in a table? [Link] Duplicate Field values from table name using DISTINCT keyword? [Link] is Mean By Normalization? [Link] is Constraints? [Link] Between Primary and Foreign Keys? [Link] 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 [Link] Table [Link] Program using Bufferedreader [Link] Finding Program

You might also like