YouTube
Nature’s YouTube Video
Mongoose Snakes Battle 01 20-05-2021(Thursday) Hawk Vs Snakes Battle 01 20-05-2021(Thursday) Male & Female Snakes Battle 20-05-2021(Thursday)
![]()
Mongoose Snakes Battle 01 20-05-2021(Thursday) Hawk Vs Snakes Battle 01 20-05-2021(Thursday) Male & Female Snakes Battle 20-05-2021(Thursday)
![]()
Example : How to get 100GB cloud storage free on Mobiles/Smartphones. Process to Create Cloud Storage for Backup Step – 1: Install the ‘100Gb Free – Degoo Cloud Drive‘ (of Degoo Backup AB) app/apk from the Google Play Store in the mobile. Step – 2 : Log in with a Read more…
![]()
Introduction The RMI stands for Remote Method Invocation. It is provided in the package java.rmi. Definition The RMI is an API that provides a mechanism to create distributed application in java. Java RMI is a mechanism that allows one Java Virtual Machine (JVM) running object to invoke methods on an object running on another JVM. Read more…
![]()
Introduction JavaBeans is developed by Sun Microsystems and released in 1996, as part of JDK 1.1. The meaning of ‘beans’ in JavaBeans are classes that encapsulate one or more objects into a single standardized object (called the bean, here Bean is class and seeds of bean are objects). This bean finally allows easier code reuse Read more…
![]()
Definition Servlets are Java programs that run on the Java-enabled web server or application server. They are used to handle the request obtained from the web server, process the request, produce the response, then send a response back to the web server. A servlet is a class of Java programming language, used Read more…
![]()
Type of Operators Java provides various types of operators(very much similar to C programming) that can be used to perform different operations on variables and values. These are:- Arithmetic Operators They are divided into two categories – Binary Arithmetic Operators and Unary Arithmetic Operators. Binary Arithmetic Operators – Binary operators Read more…
![]()
Introduction of Operators in C Operators in C are the term used to describe the action to be taken between two data operands. Operators in C allow us to perform different kinds of operations on operands. An operand is a sub-expression/value on which an operator acts. Definition Operators in C An Operator Read more…
![]()
Single Circular Linked List Example: A data structure program using C to create a Single Circular Linked List with user-defined nodes to store records with at least two attributes of student and then display all the stored records. Example: A data structure program using C to Insert a new node into a Single Circular Read more…
![]()
Example : A Data Structure(DS) program of a Double Linked List using C to create a double-linked list having five nodes/student records to store at least two student data in each node and display them using while loops without function. Example : A Data Structure(DS) program using C to create Read more…
![]()