This week, we finished a Java Batch with SpringBoot (B11). At the end of of the session, some of the trainees met us and updated their feedback. Though we collect feedback from our trainees often, this time they voluntarily met us and updated their feedback. Voluntary feedback is not usual. Only when People are overwhelmed […]
Read MoreECESIS – 2024 – Fresher Interview Questions with Answers – Part 2 This blog explains about ECESIS Fresher Interview Questions with Answers – Part 2 is given below : 1.How do you reverse a string in Python? There is no built-in function to reverse a String in Python. The fastest (and easiest?) way is to use a […]
Read MoreBy 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 MoreHTML 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 MoreHTML 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 MoreDictionary -> 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 MoreThe 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 MoreBelow 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 MoreDo 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கதை #1: அது ஒரு அடர்ந்த காடு. அங்கு ஒரு நரியும் கழுதையும் வாழ்ந்தன. அவை இரண்டும் ஒரு உடன்படிக்கை செய்து கொண்டன. அந்த உடன்படிக்கையில் இரண்டு கருத்துகள் இருந்தன. 1) இருவரும் ஒன்றாகவே சேர்ந்து இரைதேடச் செல்ல வேண்டும்2) ஆபத்து வந்தால் சேர்ந்து போராடுவது இவைதாம் அந்தக் கருத்துகள். ஒருநாள் நரி நடக்கத் தொடங்கியது. அது கழுதையின் இருப்பிடத்தை நோக்கி நடந்தது. கொஞ்ச தூரம் நரி நடந்தது. அப்போது தான் நரி ஒரு சிங்கத்தைப் பார்த்தது. […]
Read More