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
Core Java Interview Questions

How multiple inheritance in Java is achieved?

August 18, 2024January 29, 2023 rsingh

Multiple inheritance in Java programming is achieved or implemented using interfaces. Java does not support multiple inheritance using classes.In simple term, a class can inherit

Read More
SQL

SQL SUM Function

August 18, 2024June 9, 2018 rsingh

SQL SUM Function with query example – Sum function returns sum of all values of a column or expression. SUM Function returns the sum value

Read More
Mathematical Puzzles

3 and 5 litre water Jug to measure 4 litres interview puzzle

August 18, 2024January 29, 2023 rsingh

PUZZLE: You have a 3 litre jag and a 5 litre water jug. Jug does not have any marking. You have plenty of water or

Read More
SQL

SQL MIN Function

August 18, 2024January 29, 2023 rsingh

SQL MIN() function is used to return minimum value from a column of a table using a SELECT statement. SQL MIN function syntax Syntax: SELECT

Read More
C++ Advanced Interview Questions

A good interview question based on a C++ polymorphism in oops

August 18, 2024January 29, 2023 rsingh

C++ Technical Interview Question on polymorphism in oops Interviewer Intent: NOTE: As per question criteria, we will write code using interface, but, to describe the

Read More
SQL

SQL MAX Function

August 18, 2024January 29, 2023 rsingh

SQL MAX() function is used to return maximum value from a column of a table using a SELECT statement in sql. SQL MAX function syntax

Read More
SQL

SQL Count – Count rows in SQL Table

August 18, 2024January 29, 2023 rsingh

SQL Count function with example – Count aggregate function returns total number of rows based on some condition like group by, distinct condition  and WHERE

Read More
SQL

SQL Rename Column

August 18, 2024January 29, 2023 rsingh

SQL Rename column example-  Learn how to modify column name of a table in MySQL database with examples when there is either no data or

Read More
SQL

SQL drop column

August 18, 2024June 9, 2018 rsingh

SQL drop column from table example-Learn how to remove column from a table in MySQL database with examples and important points. To drop or remove

Read More
SQL

SQL add column to Table

August 18, 2024June 9, 2018 rsingh

SQL add column to table with query example. Learn queries to add new column as a first column or at the end or after a

Read More

Posts pagination

Previous 1 … 36 37 38 … 66 Next

My Unique Books for YOU

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