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

Java Tutorial

Object Initialization in Java Through Constructor

August 18, 2024February 27, 2019 rsingh

Learn how to initialize an object of a class in java  through constructor with simple example and source code. what will you learn? What is

Read More
Java Tutorial

Array of Objects in Java

August 18, 2024January 29, 2023 rsingh

Learn how to create an array of objects in java with example code – An array of user defined class objects can also be created

Read More
Java Tutorial

Inheritance in java with example

August 18, 2024January 29, 2023 rsingh

Learn inheritance in Java with simple example and easy steps. Types of inheritance and advantage of using inheritance is explained. Inheritance in Java Inheritance is

Read More
Java Tutorial

Multilevel inheritance in Java

August 18, 2024January 29, 2023 rsingh

Learn Multilevel inheritance in java oops with  code example – In Multilevel inheritance, a class is derived from another class which is also derived from

Read More
Java Tutorial

Hierarchical Inheritance in Java

August 18, 2024January 29, 2023 rsingh

Learn Hierarchical Inheritance in java with example – When more than one classes inherit the same class is known as hierarchical inheritance. Prerequisite: Consider a

Read More
Java Tutorial

Hybrid Inheritance In Java

August 18, 2024January 29, 2023 rsingh

Hybrid inheritance in java with example and simple program – In hybrid inheritance, we use mixed of different types of inheritance relationship in java program.

Read More
Java Tutorial

Multiple Inheritance in Java

August 18, 2024January 29, 2023 rsingh

Learn multiple inheritance in java using interface with example programs – Multiple inheritance  can be implemented using interfaces not classes. Note that java does not

Read More
C Programming Examples

Sum of Digits in C Programming

August 18, 2024March 1, 2019 rsingh

Program to calculate sum of digits in C of a number using loop, explained logic and test cases. Example, Input number: 123 Output = 1+2+3

Read More
C Programming Examples

C program to print vowels in a string

August 18, 2024March 1, 2019 rsingh

C program to print vowels in a string and their location. We need to find all vowels (lower case and upper case) in a given

Read More
C Interview Questions

How to print hello world without semi colon in C?

August 18, 2024March 3, 2019 rsingh

We can print hello world without using semi colon using if condition in C program as below. Elaborating, Intent of the question is that we

Read More

Posts pagination

Previous 1 … 38 39 40 … 48 Next

My Unique Books for YOU

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