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
Java Tutorial

Free PDF: ALL OOPs Concepts Using Java with 1 Tiny Program – Explained!

August 18, 2024August 18, 2024 rsingh

Learn OOPs concepts using Java with 1 real-life program example. You can also DOWNLOAD pdf FREE! ALL oops features used in this program are explained.

Read More
DS&ALGO

Fibonacci series in Java using recursion and non recursion

August 18, 2024August 18, 2024 rsingh

We’ll discuss Fibonacci series using recursion and non-recursion approach with logic, and code example in java and code explanation. If you’re not familiar about the

Read More
DS&ALGO

fibonacci series in java using loop – Clear Logic

August 18, 2024April 28, 2023 rsingh

The Fibonacci series is a sequence of numbers in which each number after the first two is the sum of the two preceding ones. It

Read More
Java Multithreading Interview Questions

What is difference between BLOCKED and WAITING state in java multithreading?

August 18, 2024June 1, 2014 rsingh

Answer: Difference between blocked and waiting state of Java thread. BLOCKED state: If a thread is waiting for a lock to enter a synchronized block/method

Read More
Java Multithreading Interview Questions

Which method is used to create a daemon thread?

August 18, 2024June 1, 2014 rsingh

Answer: setDaemon(boolean value) – Set it to “true” to make thread as a daemon thread. Notes: It is mandatory to call this method before thread

Read More
C++ Advanced Interview Questions

Can we overload destructor of a class in C++?

August 18, 2024January 29, 2023 rsingh

Answer: No, we cannot overload a destructor of a class in C++ programming. Only one empty destructor per class should be there. It must have

Read More
C++ Advanced Interview Questions

How can you prevent object copy in C++?

August 18, 2024May 31, 2014 rsingh

Answer includes how to prevent object copy in C++ of a class with a simple example using copy constructor and assignment operator with C++ program

Read More
Uncategorized

Real Story: How all CSE freshers Got IT job in 5 months

August 18, 2024July 27, 2023 rsingh

My Real short STORY: How all freshers got job in 5 months in software field as a developer or tester. One thing that has always

Read More
MCQ-Java

50 Tricky Java MCQs – Check if you can answer

August 18, 2024September 26, 2022 rsingh

JAVA MCQ BRAIN TEASER: Uniquely crafted from hundreds of real face-to-face interviews. Discover your true skills and gain confidence Today. IMPORTANT 1) If you know

Read More
time complexity

BIG-O NOTATIONS

August 18, 2024January 27, 2023 rsingh

Big-O notations are used to represent Space or Time complexities of algorithms. There are more notations such as Theta and Omega. But we’ll restrict the

Read More
time complexity

Time complexity of linear search

August 18, 2024January 27, 2023 rsingh

The time complexity of linear search is O(n).  In the best case its time complexity is O (1). In the linear search, you search an

Read More

Posts pagination

1 2 … 66 Next

My Unique Books for YOU

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