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 30, 2021January 27, 2023 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

April 28, 2023April 28, 2023 rsingh

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

Read More
DS&ALGO

fibonacci series in java using loop – Clear Logic

April 28, 2023April 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
Design Patterns

Why to Use Design Patterns – BEST REASONS

April 27, 2023April 27, 2023 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
Uncategorized

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

April 26, 2022July 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

November 1, 2021September 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

October 23, 2021January 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

October 22, 2021January 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
time complexity

Time complexity of for loop – O(1) O(n) and O(log n)

October 20, 2021January 27, 2023 rsingh

Time complexity of for loop can be anything O(1), O(n), O(log n) depending upon the loop conditions and code you write. Time complexity of for

Read More
Java Tutorial

How to measure method execution time in java

October 19, 2021January 27, 2023 rsingh

You can measure method execution time in java using the method System.nanoTime() or System.currentTimeMillis(). Put this method before and after the method or piece of

Read More

Posts navigation

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.