Code

Java

Java Program using Interface | Important Points

Explained in detail with the example for Java Program using Interface. What is Interfaces in Java? Type of Functions defined within Java Interface?

db

Select SQL Command | Aggregate Functions with Example

Select SQL commands syntax and example explained with different filters like ‘where’, ‘group by’, ‘having clause’ and ‘order by’ clause in MySQL database.

cpp

Storage Classes in C and C++ | Explained with Example

Every datatype has storage classes in C and C++ that defines scope and visibility of variables. Here are different types of storage classes with example.

Exception Handling

Java Program for Exception Handling in Java

Java Program for Exception Handling will help you to get more detail insight exception handling and to avoid program getting crashed unexpectedly.

OOPs Concept

Object Oriented Programming Concepts | Asked in Many Interviews

What are the Object Oriented Programming Concepts? What are the questions asked on OOPs Concept in interview.

Python

[Complete Program] How to Set Default Dictionary Python Value?

[Complete Program] How to set a default dictionary python value? How to avoid KeyError in Python dictionary using get method?

c-string

Program to Check Palindrome String in C, Python

Write a program for palindrome in C, Python? What is Palindrome and how to identify or find if the string is Palindrome or not?

c-string

[Solved] Undefined reference to strrev | Error Code in C

Got error “undefined reference to strrev” while coding in C? Or for any other string function. Runs fine on one of the system, not on other systems?

Python

How to Reverse String in Python without using Function?

How to Reverse string in python without using function? Use extended slice syntax [::-1]. One line code for reversing string.