android

5 articles with this tag

Day 1: Oracle Data Guard Overview

Day 1: Oracle Data Guard Overview

Oracle Data Guard is a comprehensive disaster recovery and high availability solution built into Oracle Database. It maintains one or more synchronized copies (standby databases) of a production database (primary database) to protect against data loss, corruption, and disasters while minimizing downtime.

37
CGPA Calculator | Cloud Storage

CGPA Calculator | Cloud Storage

This app helps students calculate their CGPA (Cumulative Grade Point Average) and store all types of files securely on the cloud, as well as download syllabus and course materials.

68
Two sum problem | Java program

Two sum problem | Java program

Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target. You may assume that each input would have exactly one solution, and you may not use the same element twice. You can return the answer in any order.

344