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

Author: rsingh

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
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
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
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
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
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
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
C++ Advanced Interview Questions

Why virtual constructor in C++ is not possible? – Reason

August 17, 2024August 18, 2024 rsingh

Answer includes reason why virtual constructor in C++ is not possible. By the way there is no concept of C++ virtual constructor. Note that virtual

Read More
Design Patterns

Why to Use Design Patterns – BEST REASONS

August 15, 2024August 18, 2024 rsingh

Hi, this post will describe why to use design patterns. In fact, what is the best reason to use a design pattern in software application

Read More
Java Multithreading Interview Questions

What thread-scheduling algorithm is used in Java?

August 14, 2024August 18, 2024 rsingh

Answer: There are two algorithms, used for Java thread scheduling. Read difference between preemptive and non preemptive scheduling Java uses different scheduling algorithm on different

Read More

Posts pagination

Previous 1 … 46 47 48 Next

My Unique Books for YOU

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