Skip to content

Interview Sansar

Software jobs interview preparation source

  • Home
  • Interview Questions
    • C Interview Questions
    • C++ Advanced Interview Questions
    • C++ Basic Interview Questions
    • Core Java Interview Questions
    • Java Collections Interview Questions
    • Java Multithreading Interview Questions
    • C# Basic Interview Questions
    • C# Advanced Interview Questions
    • C# Multi-threading Interview Questions
  • MCQs
    • MCQ-C++
    • MCQ-Java
    • MCQ-SQL
    • MCQs Algorithms and Data Structure
  • Programming Examples
    • C Programming Examples
    • C++ Programming Examples
    • C# Programming Examples
    • SQL Examples
    • Oracle PL SQL Examples
    • Time Complexity
  • Blog
    • C++ interview questions
    • C# interview questions
    • Java Interview Questions
    • Short Interview Questions
    • Behavioural / HR Interview
  • You-Tube
  • About
    • Why Visit
    • Sitemap
    • Contact Us
    • e-author
SQL

SQL IN Operator

August 18, 2024January 29, 2023 rsingh

SQL IN operator is used to check if a value is present in a given list a result list returned by sub quarries. For example,

Read More
SQL

SQL HAVING Clause

August 18, 2024January 29, 2023 rsingh

SQL HAVING Clause –  Having clause is used to retrieve records on the basis of some condition. It is same like SQL WHERE Clause except

Read More
Core Java Interview Questions

What is order of execution of constructors in Java inheritance?

August 18, 2024January 29, 2023 rsingh

Answer includes order of execution of constructors in Java inheritance hierarchy when we create child class object with java program single inheritance example and multilevel

Read More
MCQ-Java

MCQ – Java oops concept

August 18, 2024July 22, 2017 rsingh

Q) Java object oriented programming concepts is/are Encapsulation Inheritance polymorphism All of the above. Answer: 4 Q) Java does not support _______________? Inheritance Multiple inheritance

Read More
MCQ-Java

MCQ – Java Exceptions

August 18, 2024July 22, 2017 rsingh

Q) Types of exceptions in Java programming are Checked exception unchecked exception Both A & B None Answer: 3 Q) Checked exception caught at compile

Read More
SQL

SQL GROUP BY

August 18, 2024January 29, 2023 rsingh

SQL GROUP BY clause with query example – Group By statement is used to group the common data in result set. For example,We have multiple

Read More
SQL

SQL ORDER BY

August 18, 2024January 29, 2023 rsingh

SQL ORDER BY clause with query example – Order By clause is used to sort the data either in ascending order or in descending order

Read More
SQL

SQL DISTINCT

August 18, 2024January 29, 2023 rsingh

SQL Distinct statements with query example – Distinct statements in SQL is used to retrieve unique / different records from a column. It can return

Read More
MCQ-Java

MCQ on Java keywords

August 18, 2024January 29, 2023 rsingh

Q) Final keyword in java is used with Answer: 4Don’t want somewhere in the program to change class fields, then make it final.don’t want to

Read More
SQL

SQL AVG Function

August 18, 2024June 10, 2018 rsingh

SQL AVG Function with query example – Avg function returns Average of all values of a column or expression. AVG function returns the average value

Read More

Posts pagination

Previous 1 … 35 36 37 … 66 Next

My Unique Books for YOU

All Rights Reserved 2023: Interview Sansar.
Proudly powered by WordPress | Theme: Fairy Blog by Candid Themes.