Python – Introduction – Datatypes

Programming Paradigms - கருத்துரு Python --> is a multi programming paradigms 1. Functional Programming features - C, Python 2. Object Oriented Programming --> Compilers C++, C#, Java, Python 3. Scripting…

Java Interview Questions

This blog explain about Java Interview Questions. Basic Java Interview Questions. 1. What is Java? 2.  Explain about Java Virtual Machine?  3. What are the features of Java? 4. How…

Python Recursion

Learn with this blog how to work On Python Recursion Function and Examples. Python Recursion: A function is said to be a recursive if it calls itself. For example,  lets say we…