Latest Articles

Javax.servlet

Javax.servlet package and web containers

Web container and its type

A web container (also known as a servlet container) is a component of a web server that is responsible for running servlets. A servlet is a Java class that runs on a web server and is used to handle client requests. The web container is responsible for managing the lifecycle of servlets, mapping requests

Servlet

Servlet and its role in Java web development

Explain web server, web Application, web client and servlet container in brief

Web server, Web application, Web client and Servlet container sre the few terms used before, Let's have a brief explanation of these terms:

  • Web server: A web server is a software that runs on

Jetpack

Jetpack

Here are a few examples of how Android KTX can make your Kotlin code more concise:

  • Instead of calling findViewById to get a reference to a view in your layout, you can use the synthetic property to access the view directly. For example:

// Before (Java) TextView textView = findViewById(R.id.text_view);

/

Android Development

Android Views

In Android, Views are one of the most important building block of the UI(User Interface) as it contains all the components related to the User Interface. Which contain how the app will look.

Most used Android Views

Some of the most used Android Views include:<

Log4j vulnerability

Log4j vulnerability

Apache Software Foundation came to know about the vulnerability on November 24, after a Security researcher Chen Zhaojun of Alibaba working at Alibaba's cloud security team discovered it. It was first reported to the Apache foundation by china's largest e-commerce company. It was first brought in public on December 9th, 2021.

Over the last week, unusual new

Treading Articles