Blog

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

Java String ==, equals() – Understanding – 15 Programs

These are the easiest 15 programs list for better understanding on Java String – ==, equals() method.  Please practice each one.  Observe the output.  Get your learnings! Scenario #1: String s1 = new String(“ABC”); String s2 = “ABC”; if(s1==s2) { System.out.println(“s1 s2 are ==”); } else { System.out.println(“s1 s2 are not ==”); } //With equals() […]

Read More

How to install Eclipse IDE in Linux Mint

In this tutorial, we are going to see How to install Eclipse IDE in Linux Mint.  Fortunately, both Eclipse IDE and Linux Mint are Free Software. Eclipse is widely used IDE (Integrated Development Environment) for Java Applications. It can be used for developing applications using other programming languages like C++, PHP, R, Ruby and Scala. […]

Read More

Esfita Infotech Interview Questions

This blog explains about  Esfita Infotech Interview Questions and Answer is given below : Esfita Infotech Pvt.Ltd: Find the string count of upper case ,Lower case, special characters: Given a string, write a program to count the occurrence of Lowercase characters, Uppercase characters, Special characters and Numeric values.  Examples: Input : #GeeKs01fOr@gEEks07 Output : Upper […]

Read More