Data Structure
Singly Linked List Data Structure in C
Circular Linked List in data Structure
Doubly Linked List in data structure
Array Data structure
String Data structure
Stack Implementation by array
Stack implementation by Linked list
Linear Queue Implemented by Array
Queue Implementation by linked list
Searching
Sorting Algorithm in Data structure
Circular Queue in Data Structure
Tree & Graph Data Structure
Binary Search Tree in Data structure
Complexity in Data Structure
C++ Language
Introduction to C++ and oop
200 program in C++
Exception Handling in C++
Sound programming in C++
Canvas Graphics in C++
C Language
Introduction to C + 200 Programs
Graphics in C
Snake game by C program
File Handling
Sqlite3 in C
Exception Handling in C
Sound programming
Servlet
Introduction and overview of Servlet
Servlet API
Event and Listener in Servlet
Session Tracking
Servlet exceptions
Attribute in Servlet
Servlet IDE
Advanced Servlet
JSP
Introduction of jsp
More on JSP
Tags in JSP
Scriptlet tag in JSP&JSP declaration tag
JSP directives
Create First JSP Page
JSP Include Directive
JSP Taglib directive
Exception Handling in JSP
JSP Action Tags
Expression Language (EL) in JSP
MVC in JSP
Custom Tags in JSP
Registration Form in JSP
JSTL (JSP Standard Tag Library):
JSTL (JSP Standard Tag Library):
JSP include action tag
JSP Sessions
JSP Implicit Objects
Introduction to implicit objects
OUT Implicit Object in JSP
Request Implicit Object in JSP
Response Implicit Object in JSP
Session Implicit Object in JSP
Application Implicit Object in JSP
Exception Implicit Object in JSP
pageContext Implicit Object in JSP
Config Implicit Object in JSP
Python
300 Python programs
Tkinter in python
Numpy in Python
Pandas in Python
Sqlite3 in Python
Library/Framework overview in Python
Project- Python (Tkinter and sqlite3)
Spring
Spring Framework
Basic of Spring Framework
Spring with IDE
Spring IoC Containers
Bean in spring framework
Aspects Oriented Programming(AOP) with Spring
Dependency Injection in Spring
DAO support in Spring
Data access with JDBC
Object Relational Mapping (ORM) Data Access
Spring Expression Language (SpEL)
Spring Transaction Management
Object XML Mappers(OXM) Frameworks
Spring Web MVC Framework
Remoting and web services using Spring
Spring Web Services
web services using jax-ws in Spring
JMS (Java Message Service)
JMX(Java Management Extension)
Java Mail with Spring
Enterprise JavaBeans (EJB) integration with spring
Spring With Struts 2 Integration
Spring Boot
Spring Boot Tutorial
Spring Boot
Hibernate
Hibernate Tutorial for beginners with Examples
Hibernate Tutorial for beginners with Examples
Mapping in Hibernate or Association Mapping in Hibernate
Database Portability Considerations
Mapping with Annotation in Hibernate
Collection mapping
Basic O/R Mapping
Caching machanism
Hibernate Mapping types
HQL: The Hibernate Query Language
Join in hibenrate
Advanced collection mappings
Batch processing
Native SQL
Criteria Queries
Fetching strategies in Hibernate From the DataBase
Hibernate Step By Step Application Using Struts On NetBeans
Hibernate Step By Step Application Using Swing On NetBeans
Hibernate Step By Step Application Using Spring On NetBeans
Hibernate Step By Step Application Using Servlet On NetBeans
Interceptors and events
Filtering data in Hibernate
Working with objects
XML Mapping in Hibernate
Transactions and Concurrency in Hibernate
Inheritance mapping
Component Mapping In Hibernate
Use of Configuration in Hibernate
Persistent Classes in Hibernate
Toolset Guide in Hibernate
Difference Between Save and Persist Method
MCQS
Spring Boot MCQs
Python MCQs
GK MCQs
Chemistry
Civics
Computer
Economics
English
General knowledge(GK)
Geography
History
NEET Test Series-2021
Physics
Python
Sociology
Spring Boot
Articles
Free Articles
Post Articles
SIte-MAp
Example & Tutorial understanding programming in easy ways.
Home
What is Python? and what are the benefits of Using Python ?
Read More →
What do you mean by PEP 8?
Read More →
If the program requires no action but requires it syntactically then what statement we use in Python ?
Read More →
What The Process To Get The Home Directory Using '~' In Python?
Read More →
What are the Built-In Data types available in Python?
Read More →
What are the immutable built-in datatypes of Python?
Read More →
What are the Mutable Data type in python ?
Read More →
How we find a bugs or perform static analysis in a Python based Application?
Read More →
When and where the Python Decorator used ?
Read More →
What is the main difference in the List and the Tuple data type in Python ?
Read More →
How does Python handle the Memory Management ?
Read More →
What is the Difference between the lambda and the Def in python?
Read More →
Write a reg expression that confirms an Email Id using the Python Regular Expression module 'Re' ?
Read More →
Is following Python code gives an error ? l=[1,2,3,4] print(l[10:])
Read More →
Is there a Switch or Case statement in Python?
Read More →
What is a Built-In Function that python uses to iterate over a number sequence?
Read More →
What is the Syntax of the range() function in Python ?
Read More →
What are the optional statements possible inside a Try-Except block in Python?
Read More →
What is a String in Python?
Read More →
What is Slicing in Python ?
Read More →
What is %S in Python ?
Read More →
Is String Mutable or Immutable in Python ?
Read More →
What do you understand by the Immutable data type in Python ?
Read More →
What do you understand by the Mutable Data type in Python ?
Read More →
What is the Index in Python?
Read More →
What is DocString in Python ?
Read More →
What is Function in Python Programming ?
Read More →
How many types of Function are in Python ?
Read More →
Which keyword are used to define a Function in Python ?
Read More →
What is the Syntax to define the Function in Python ?
Read More →
What is a Function call or a callable object in Python?
Read More →
What is the return keyword used for in Python?
Read More →
What is Call by value in Python ?
Read More →
What is call by Reference in Python ?
Read More →
What is the return value of the Trunc() Function in Python ?
Read More →
Is it mandatory for a Python Function to return a Value?
Read More →
What is the Use of the Continue Statement in Python ?
Read More →
What is the purpose of the id() function in Python ?
Read More →
What does the *args do in python?
Read More →
What does the **Kwargs do in Python?
Read More →
How we can pass a variable number of arguments in Function calling in Python ?
Read More →
Is there any main() function in Python ?
Read More →
How we can make a main() function in Python programing language ?
Read More →
What does the __ name __ do in Python?
Read More →
What is the purpose of the end in Python ?
Read More →
What is the purpose of the break statement in Python ?
Read More →
At the time of running loop, we want to stop the loop at some condition then How we can do that in python ?
Read More →
What is the difference between the continue and pass statement in python ?
Read More →
What the len() function do in Python ?
Read More →
How we find the length of the given string in Python ?
Read More →
How we can find the length of the list in Python ?
Read More →
What does the chr() Function do in Python?
Read More →
What is the use of the ord() function in Python ?
Read More →
How we can find the ASCII value of Any character in Python ?
Read More →
What is rstrip() in Python?
Read More →
What is lstrip() in python ?
Read More →
What is whitespace in Python?
Read More →
How we can remove the white space from the left portion of the string ?
Read More →
How we can remove the white space from the right portion of the string ?
Read More →
What is the use of the title() function in Python ?
Read More →
Why we use the split() function in Python
Read More →
How do we use the split() function in Python ?
Read More →
How we can make list by the string in Python ?
Read More →
What is the work of the join() function in Python ?
Read More →
How we can take all item in list and make the string in Python ?
Read More →
What does the title() method do in Python?
Read More →
What makes the CPython different from the Python?
Read More →
Which package is the fastest form of Python?
Read More →
What is GIL in Python Language?
Read More →
How is Python Thread Safe ?
Read More →
How does Python manage the Memory ?
Read More →
What is the Tuple data type in Python ?
Read More →
Which type in Python are the collection of items ?
Read More →
What is Dictionary in Python programming language ?
Read More →
What is the set object in Python?
Read More →
What is set data type in Python ?
Read More →
What is the use of the Dictionary in Python ?
Read More →
Is Python list a Linked List in C ?
Read More →
Is Python supports oops ?
Read More →
What is Class in Python ?
Read More →
What is the Difference between in Function and method ?
Read More →
What is Attribute in Python Class
Read More →
What is Method and Attribute in Python Class ?
Read More →
How to assign values for the class attributes at Runtime?
Read More →
What is Inheritance in Python programming language ?
Read More →
What Syntax we use for inheritance the class in python ?
Read More →
What is composition in Python ?
Read More →
What is error and exception in Python ?
Read More →
How we Handle the exception in Python ?
Read More →
What is Exception Handling in Python programming language ?
Read More →
Why we use the Finally block in Python
Read More →
What do you understand by Python Iterators ?
Read More →
What is the difference between an Iterator and Iterable?
Read More →
What is the Python Generator ?
Read More →
What is the Closures in Python?
Read More →
How we can create a dictionary in Python ?
Read More →
How we can read the dictionary in Python ?
Read More →
How do you traverse through a Dictionary object in Python?
Read More →
How do you add elements to a Dictionary in Python?
Read More →
What are the Decorators in Python ?
Read More →
How we van delete the items from the Dictionary in Python ?
Read More →
How do you check the presence of a Key in a Dictionary?
Read More →
What is the syntax for List Comprehension in Python
Read More →
How do you write a Conditional Expression in Python?
Read More →
What do you understand by Python Enumerate ?
Read More →
What is the use of the global() function in Python ?
Read More →
How we can access the global variable in Python ?
Read More →
What is the use of the zip() function in Python ?
Read More →
What are class or static variables in Python Programming?
Read More →
How the ternary operator works in Python ?
Read More →
What is the work of the self keyword in Python ?
Read More →
What are the different methods to copy an object in Python?
Read More →
What is the purpose of Docstrings in Python?
Read More →
Which Python function is used to make a number as a string ?
Read More →
List down some of the PDB commands for Debugging Python Programs?
Read More →
Write a command to debug the Python program
Read More →
Why and when do you use Generators in Python?
Read More →
What is the work of the yield keyword in Python ?
Read More →
How we can convert the list to string in Python ?
Read More →
How we can convert the List to Sets in Python ?
Read More →
How we can convert a list to tuple in Python ?
Read More →
How we make a dictionary using two list in Python ?
Read More →
How we can find the occurrence of the item in list in Python ?
Read More →
What is Numpy in Python ?
Read More →
What are the different way to create a Empty Numpy array in Python ?
Read More →
What is pickling and unpickling?
Read More →
How Python is Interpretor ?
Read More →
What is the default data type return by the input() function ?
Read More →
What is the Difference between the List and the Array in Python ?
Read More →
What do you understand by the canvas Programming ?
Read More →
What is namespace in Python ?
Read More →
What do you know about the lambda function in Python ?
Read More →
Why lambda forms in python does not have statements?
Read More →
What is unittest in Python?
Read More →
How type of variable is decided in Python ?
Read More →
What is negative index in Python ?
Read More →
What is the difference between Xrange and range?
Read More →
What is module and package in Python?
Read More →
Mention what are the rules for local and global variables in Python?
Read More →
How we can delete the file in Python ?
Read More →
How we can generate random number between 0 and 1 ?
Read More →
How we can generate random integer number between two range ?
Read More →
Write a program to find the random number between 0 to 10 .
Read More →
Mention what is the difference between Django, Pyramid, and Flask?
Read More →
Explain what is Flask & its benefits?
Read More →
Explain what is the common way for the Flask script to work?
Read More →
Explain how you can access sessions in Flask?
Read More →
Explain what is Dogpile effect? How can you prevent this effect?
Read More →
What type of language is python? Programming or scripting?
Read More →
What is PYTHONPATH?
Read More →
Name some commonly used built-in modules in Python?
Read More →
Is python case sensitive?
Read More →
What is Type conversion in Python ?
Read More →
How we make a complex number in Python ?
Read More →
Minimum number of argument pass in complex number is ?
Read More →
What Happen if we pass only one argument in complex() function ?
Read More →
Is indentation required in python?
Read More →
What is __init__ in python?
Read More →
What does [::-1] do?
Read More →
How we can reverse the string in Python in one line ?
Read More →
How we write a command in Python ?
Read More →
Swap two variable value using third variable in Python ?
Read More →
Swap two number without using third variable in Python ?
Read More →
Write a program to swap two variable in one line of code in Python.
Read More →
How we can capitalized first word of the string in Python ?
Read More →
How do you convert the string in all lowercase ?
Read More →
How do you convert the string in all uppercase in Python ?
Read More →
What function of Python we use to make every first alphabet of each word in string will be of Upper case ?
Read More →
How we print the statement in Python ?
Read More →
What is the purpose of the 'in' in Python ?
Read More →
What is the purpose of the 'is' in python ?
Read More →
What is the purpose of using the 'not in' in Python ?
Read More →
How we can find the length of the set data type in Python ?
Read More →
How we can add two string in Python ?
Read More →
How we can sort the list in Python ?
Read More →
Sort the string and convert it into the list in Python.
Read More →
What is the difference between sort() and sorted() function in Python ?
Read More →
How you can reverse the items in the list in Python ?
Read More →
How we can add new item in list at the end ?
Read More →
How do you insert a new item in list at required index position in Python ?
Read More →
What is the difference between append() and insert() function of list?
Read More →
Does Python have OOps concepts?
Read More →
How we can import the module in Python ?
Read More →
How we can install the new module in python ?
Read More →
How we can create a class in Python ?
Read More →
Does python support multiple inheritance?
Read More →
What do you understand by polymorphism in Python ?
Read More →
Define encapsulation in Python?
Read More →
How do you do data abstraction in Python?
Read More →
Does python make use of access specifiers?
Read More →
What does an object() do?
Read More →
What is map() function in Python ?
Read More →
Is python numpy better than lists?
Read More →
Write a program to make a factorial of the given number in Python ?
Read More →
What is the syntax of the filter function in Python ?
Read More →
Find all even number from the list using filter() function in Python ?
Read More →
Why we call list as a mutable in Python ?
Read More →
Find the Intersection of two set in Python ?
Read More →
How we can find the union of two sets in Python ?
Read More →
← Older
Newer →
Search
Go!
Categories
Interview Question Based on Python
Core Java
Hibernate
Servlet
MYSQL
PHP
JavaServer Pages (JSP)
Spring
Struts 2
J2ME
General Knowledge
Spring Cloud
Spring boot
Python
c language
C++ language
Data Structure using c
R4R Team
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!