Category: Blog

Which software field is best for future? Best Courses for Best Future

By finding out about the various computer courses available at various learning institutions, you can make an informed decision about selecting the one that suits your career goals. In this article, we discover some of the most in-demand computer courses and review what each programme offersand the subsequent career prospects. Technology and Programming: FULL STACK […]

Read More

HTML TAGS – Part 2

HTML documents are composed of a set of elements, each represented by a tag. These tags are used to define the structure and layout of a web page. Here are some common HTML tags. <html>: This tag represents the root of an HTML document and contains all other HTML elements. <head>: The head section of […]

Read More

Hyper Text Markup Language – HTML

HTML stands for Hyper Text Markup Language. HTML is the standard markup language for creating Web pages. It is a fundamental technology for building websites and web applications. HTML is a markup language, not a programming language. HTML documents consist of a set of elements or tags that structure the content and describe how it should […]

Read More

Python – Dictionary Basics with Programs

Dictionary -> Key – Value Pair-> No Duplicate keys allowed-> Duplicate values are possible-> Heterogeneous objects for both keys and values allowed-> Insertion Order is not maintained-> Dictionaries are mutable-> Indexing and Slicing – not supported Dictionary Creation: d = {}d = dict()d[10] = ‘muthu’d[200] = ‘kavin’ d = {10:’muthu’,200:’kavin’} Accessing Data from Dictionary: print(d[100])print(d[2]) […]

Read More

SCANNER Class in Java – Part(i)

The Scanner class is mainly used to get the user input, and it belongs to the java.util package. In order to use the Scanner class, you can create an object of the class and use any of the Scanner class methods. SCANNER CLASS METHODS : nextBoolean – reads a boolean value from the user nextByte() […]

Read More

Java Difference between – Interview Questions

Below are the top 45 Java Difference between – Interview Questions asked. We can firmly say, one who prepares these questions elaborately – has almost nothing else to prepare for a Java Developer Interview. 1) Difference between =, == operator2) Difference between ==, equals() method3) Difference between Abstract class and final class4) Difference between abstract […]

Read More

Thali Kattu, Arathi Edu in English

Do you ever think about – How to say “Thali Kattu” or “Arathi Edu” in English? This tutorial contains the details for the same. “Thali Kattu” or “Arathi Edu” are traditional in Indian or Tamil Marriages. Thali is referred as ‘Mangal Sutra’ in few other Indian languages. But, How should we say exactly in English? […]

Read More

Tamil Stories for English Translation

கதை #1: அது ஒரு அடர்ந்த காடு. அங்கு ஒரு நரியும் கழுதையும் வாழ்ந்தன. அவை இரண்டும் ஒரு உடன்படிக்கை செய்து கொண்டன. அந்த உடன்படிக்கையில் இரண்டு கருத்துகள் இருந்தன. 1) இருவரும் ஒன்றாகவே சேர்ந்து இரைதேடச் செல்ல வேண்டும்2) ஆபத்து வந்தால் சேர்ந்து போராடுவது இவைதாம் அந்தக் கருத்துகள். ஒருநாள் நரி நடக்கத் தொடங்கியது. அது கழுதையின் இருப்பிடத்தை நோக்கி நடந்தது. கொஞ்ச தூரம் நரி நடந்தது. அப்போது தான் நரி ஒரு சிங்கத்தைப் பார்த்தது. […]

Read More