Posts

Showing posts from October, 2022

Browser and Search engine DIFFERENCE BETWEEN ARE :

 Basic difference are:  Browser : 1 browser are store a web pages  Search engine : 1 search engine are not store in web pages  Browsers and search engines are both essential components of the modern internet experience, but they serve different purposes and have distinct functionalities. Here's a breakdown of the key differences between browsers and search engines: **Web Browser:** A web browser is a software application that allows users to access and view websites, web pages, and online content. It acts as a tool for navigating the internet and interacting with web-based information. Here are some key features and functions of web browsers: 1. **Display and Rendering:** Browsers render HTML, CSS, JavaScript, and other web technologies to display web pages in a user-friendly format. 2. **Navigation:** Browsers provide a graphical user interface (GUI) with features like address bars, bookmarks, tabs, and history to help users navigate and manage their online activiti...

About a me

 I am ujjwal kumar  I live in kahalgaon bhagalpur bihar  I study in kendriya vidyalaya NTPC KAHALGAON BHAGALPUR   I completed class 12 subject of computer science .. . 

Python and java difference

Python : Python is a simple language and syntax are Easy to understand and lot of library are Available.  Java : java are minimum time consuming And Fast language respect to python ... Python and Java are both popular programming languages, but they have distinct differences in terms of their syntax, features, use cases, and ecosystems. Here's a comparison between Python and Java: 1. **Syntax and Readability:**    - Python: Python emphasizes readability and simplicity with its clean and concise syntax. It uses indentation (whitespace) to define code blocks.    - Java: Java has a more verbose syntax with explicit curly braces to define code blocks. It places a stronger emphasis on type declarations. 2. **Type System:**    - Python: Python is dynamically typed, meaning variable types are determined at runtime. It does not require explicit type declarations.    - Java: Java is statically typed, which means variable types are declared explicitly ...