This blog Explain about Git Git is a distributed version control system used for tracking changes in source code during software development. It is widely used by developers to collaborate…
This blog explains about Method reference double colon operator in java is given below : Method Reference: :: Double Colon Operator: Short cut for Lambda Expressions:Code Readability:Compact. ArrayList<Integer> al =…
This Blog explains about Java 8 - New Features - default, static Methods in Interface, Predicates. Ticket booking. java package default_static_demo; import java.util.ArrayList; import java.util.Collection; import java.util.function.Predicate; public class Ticket_Booking…
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…
KEYWORDS, IDENTIFIER (or) RESERVED WORDS இந்தப்பதிவில் இருந்து நாம் எளியதமிழில் பைத்தான் குறிச்சொற்கள் படிக்கப்போகிறோம். Python Used Some Keywords. Example: C Language used #include keywords & Java Language used import words This words…
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…
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.…
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…
This blog explains about Optisal Business Solutions Interview Questions, which are given below : Optisol Business Solutions : 1. What is the output of the following program? #include<stdio.h> int main()…