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

C# Advanced Interview Questions

Can we overload a generic method in C#?

August 18, 2024May 24, 2015 rsingh

Answer: Yes, we can overload a generic methods in C# as we overload a normal method in a class.Example: Sub Question:Q- In below example which

Read More
C# Advanced Interview Questions

What is Generics in C# Programming?

August 18, 2024May 24, 2015 rsingh

Answer of generics in C# interview questions should includes generics with example program in c# and its advantages. Answer: Generics in C# programming allow us

Read More
C++ Basic Interview Questions

Can you delete this pointer inside a class member function in C++?

August 18, 2024May 24, 2015 rsingh

Answer: Yes, we can delete “this” pointer inside a member function only if the function call is made by the class object that has been

Read More
Java Collections Interview Questions

Write a program to sort employees by their experience. Employee class is not allowed to implement any interface.

August 18, 2024May 26, 2015 rsingh

Answer: For sorting employees we need to use either Comparable or comparator interface. Since, as per question, the Employee class is not allowed to implement

Read More
Java Collections Interview Questions

What is difference between Iterator and ListIterator?

August 18, 2024May 27, 2015 rsingh

Answer: Here is the differences and advantages of ListIterator over Iterator. 1-Iterator is available to all Collection classes whereas ListIterator is available to only List

Read More
Java Collections Interview Questions

What are advantages of comparator in Java over comparable?

August 18, 2024January 29, 2023 rsingh

Answer includes advantages of comparator over comparable interfaces in java and the differences between them. As a side note, what’re advantages  of comparator over comparable, and when would

Read More
C# Advanced Interview Questions

Real time use of delegates in C# application without Event

August 18, 2024June 17, 2015 rsingh

Answer includes real time use of delegates in c# application without event used in  software projects. Question: Tell me the real time scenario where you

Read More
C# Advanced Interview Questions

What is delegates in C# Programming?

August 18, 2024January 29, 2023 rsingh

Answer: Delegates in C# programming  is a type safe function pointer that points to a function by having a reference to that function. To create

Read More
Java Collections Interview Questions

Java Collections short interview FAQs with answers – Real

August 18, 2024June 20, 2015 rsingh

List of Java Collection short interview questions and answer asked in software job / technical interviews. This list is helpful for telephonic or face to

Read More
Java Multithreading Interview Questions

Java Thread Interview Questions and Answers | Short – Real

August 18, 2024June 21, 2015 rsingh

This section contains java multi threading real short interview questions and answers asked in IT industries to freshers and experienced. Generally, this kind of questions

Read More

Posts pagination

Previous 1 … 5 6 7 … 48 Next

My Unique Books for YOU

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