Skip to content

Category Archives: Technical Scripter

JSON stands for JavaScript Object Notation. To communicate between computer and human we use a programming language. To communicate between two programs, there must be… Read More
Pre-requisite: Java Servlets Servlets is a Java Technology for server-side programming generally used to create web applications. It is a module that runs inside a… Read More
Sequence is an enumerated collection of objects in which repetition are allowed and order matters they formed such a pattern by which we can identify… Read More
Text-rendering is a property that allows you to choose what to optimize when rendering text. It sends the information to the rendering engine about what… Read More
One important aspect of Machine Learning is model evaluation. You need to have some mechanism to evaluate your model. This is where these performance metrics… Read More
Pandas is an open-source library that is built on top of NumPy library. It is a Python package that offers various data structures and operations… Read More
In the previous article, it’s been discussed Snackbar Material Design Components in Android. In this article, it’s been discussed how we can theme material design… Read More
In the previous article ArrayAdapter in Android with Example, it’s been discussed how the ArrayAdapter works and what are the data sources which can be… Read More
The dropOnEmpy option in the Sortable module allows sortable elements to be dropped onto another list. Its default value is false. Syntax: Sortable.create(List1_id, {containment: [List1_id,… Read More
Given a number of int datatype in Java, your task is to write a Java program to convert this given int datatype into a long… Read More
Long is a larger data type than int, we need to explicitly perform typecasting for the conversion. Typecasting is performed through the typecast operator. There… Read More
In-built Object class is the parent class of all the classes i.e each class is internally a child class of the Object class. So we… Read More
We can convert date to timestamp using the Timestamp class which is present in the SQL package.  The constructor of the time-stamp class requires a… Read More
MySQL server is an open-source relational database management system that is a major support for web-based applications. Databases and related tables are the main component… Read More
It’s a simple concept but it’s an extremely valuable technique that’s widely used in data science. It is helpful in the sense that we can… Read More