Category: Blogs

PYTHON Introduction and Installation

This Blog explains about Python Introduction and Installation given below Introduction to Python: Python is a general purpose high-level programming language which is Introduced by Guidovan Rossum which was developed at the year of 1991. Translator Interpreter – line by line translation Compiler – translate the whole program Paradigm  1. Procedure oriented / structure oriented […]

Read More

எளிய தமிழில் பைத்தான் – 1

இந்தப் பதிவில் இருந்து நாம் எளிய தமிழில் பைத்தான் படிக்கப் போகிறோம். 1989ஆம் ஆண்டு – குய்டொ வான் ருசோம் (Guido Van Rossum) – நெதர்லாந்துக்காரர் – NRI(National Research Institute)20.02.1991 – அதிகாரப் பூர்வ அறிவிப்புபைத்தான் – Monty Python’s Circus – BBC நிகழ்ச்சிபைத்தான் – பொது நோக்க இலக்குகளுக்காக(general purpose), அதிகம் பயன்படுத்தப்படும் உயர் மட்ட நிரலாக்க மொழியாகும் (Programming Language) பைத்தான் – வரிபெயர்ப்பி(Interpreter) மொழிParadigm – கருத்தியல்Programming Paradigms […]

Read More

Python – Quiz 1 – Answers

Python Quiz 1 Questions with Answers In Python 3, int value has no upper limit. We can store any length number as int.Answer: True. We dont have any length for datatypes in Python 3. How do you write 1234 as hexadecimal number in pythonAnswer: For hexadecimal, we should add 0x or 0X before to the […]

Read More

Java Regular Expression(Regex) in Tamil

We are very happy to announce that we published complete video tutorial on “Java Regular Expression(Regex) in Tamil“.  This video series covers every single topic of Java Regular Expression in Tamil. (Playlist Link is given at the end of this post).  This playlist covers all topics including – Matching word, Count of characters, starting and […]

Read More

Java File IO in Tamil

We are happy to update our readers that we published a video on “Java File IO in Tamil” in YouTube(Link is given at the end of this post).  This Video on File IO will teach you everything about File Creation, Folder creation, Renaming, File Writing and reading from basics.  Any beginner in Java can easily […]

Read More

Java Garbage Collection in Tamil

We are happy to update our readers that we published a video on “Java Garbage Collection in Tamil” in YouTube(Link is given at the end of this post).  This Video on Garbage Collection will teach you everything about Garbage Collection from scratch.  Any beginner in Java can easily learn Java Garbage Collection topics very easily […]

Read More

தமிழில் Regular Expression(Regex)

Regular Expression என்றால் என்ன? அலைபேசி எண்கள், மின்னஞ்சல் முகவரிகள் போன்ற பொதுவான வடிவத்தில் இருக்கும் வார்த்தைகளுக்கு Pattern  என்று ஆங்கிலத்தில் பெயர்.  அதை ஜாவா, பைத்தான் போன்ற கணினி மொழிகளில் Regular Expression என்று சொல்வார்கள். எ.கா. அலைபேசி எண் என்றாலே 10 எண்கள், மின்னஞ்சல் முகவரிகள் என்றாலே @, . ஆகிய குறியீடுகள் இருக்கும். Regular Expression எங்கெல்லாம் பயன்படும்? 1) எங்கெல்லாம் மனிதர்களுக்குப் பதிலாகக் கருவிகள் கேள்விகள் கேட்குமோ அங்கெல்லாம்!  எடுத்துக்காட்டாக, “தமிழுக்கு […]

Read More

Merfantz Technologies Interview Questions with Answers – Part 1

Merfantz Technologies Interview Questions with Answers – Part 1 This blog explains about  Merfantz Technologies Fresher Interview Questions with Answers and is given below :- Merfantz  Technologies Fresher Interview Questions with Answers 1. How to remove all white spaces from a string in Java ?    Given a String with white spaces, the task is to remove all […]

Read More

எளிய தமிழில் சாப்ட்வேர் டெஸ்டிங் – கி.முத்துராமலிங்கம்

We are happy to announce that our Trainer Mr. Muthuramalingam authored a book on Software Testing in Tamil. எளிய தமிழில் சாப்ட்வேர் டெஸ்டிங் .  It is released under CC-BY-SA License.  Thus, any one can download, share and use this book.  Probably, this would be the first kind of book on Software Testing in Tamil.  Download link […]

Read More

OOPs – Java – Practice Scenarios with detailed Explanations

Each and every scenario presented here are for getting good understanding on OOP(Object Oriented Programming) through Java. Scenario #1: Expected Understanding: Access Modifiers, Single Inheritance, getter methods, Constructor Overloading 1) Create a Class named “Trainer”. – Have default instance variables String dept, institute – Have private instance variable int salary – Assign 10000 as value […]

Read More