advance java

# JDBC drive types

Type 1: JDBC-ODBC Bridge

  • Converts JDBC calls to ODBC
  • ❌ Slow, platform dependent, obsolete

 Type 2: Native API Driver

  • Uses database-specific native libraries
  • ⚠️ Faster than Type 1 but platform dependent

 Type 3: Network Protocol Driver

  • Uses middleware server to connect
  • 🌐 Platform independent but slower due to network

Type 4: Thin Driver

  • Directly connects to database using pure Java
  • ✅ Fast, platform independent, most used

# TAgs in jsp

1.Directive Tags

*Provide

...

See on Wikiteka »

javaaa

# simple Java program to read data from one file and write it to another file 

import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;

public class FileCopy {

    public static void main(String[] args) {

        String sourceFile = "input.txt";
        String destinationFile = "output.txt";

        try {
            FileReader fr = new FileReader(sourceFile);
            FileWriter fw = new FileWriter(destinationFile);

            int character;

...

See on Wikiteka »

Θρησκευτικά

1. Κοιτίδα των αυτόχθονων αφρικανικών θρησκευμάτων

Κοιτίδα των αυτόχθονων αφρικανικών θρησκευμάτων είναι η περιοχή νότια από τη Σαχάρα. Υπάρχουν τόσα θρησκεύματα όσες και οι εθνότητες, μεγάλες δηλαδή πολιτισμικές και γλωσσικές ομάδες που δε συμπίπτουν με τα αφρικανικά κράτη.

...

See on Wikiteka »

dmsal

Dig.mar.-skup marketinških strategija i taktika koje koriste dig. kanale poput web.str.druš.m.itd. Svrha je privući nove kupce obećavanjem vrhunske vrijed. i zadržati potojeće i rastuće. Više-kan.-odnosi se na korištenje različitih komunik. i prodaj. kanala kako bi se stvorilo dosljedno i povezano koris.iskustvo.

5D-uređaj,platforma,medij,podaci i tehnologija  graf-pokazuje važnost integriranja komunik., plaćene, vlasničke i zarađene medije koji se integriraju s webom,mob,e-poštom

...

See on Wikiteka »

phys 1002 midterm

Chapter 1: A Modern View of the Universe

Cosmic Address: Universe: Filaments and Voids: Local Supercluster: Local group: Milky Way Galaxy: Solar system: Earth: Asia:

Planet: Rocky, icy, or gaseous object that orbits a star, shining by reflected light. dEarth = 0.009dSun / dJupitar = 0.1dSun 

Satellite: Man-made object that orbits a planet.

Asteroid: Relatively small and rocky object that orbits a star, often non-spherical in shape.

Comet: Relatively small and icy object that orbits a star. Comets...

See on Wikiteka »

Helen bianchi

Le Capacità Motorie e la Coordinazione

Le capacità motorie rappresentano il potenziale di movimento di ogni persona e si dividono in due grandi categorie:

1. Capacità condizionali: legate alla condizione fisica (forza, resistenza, velocità, mobilità).

2. Capacità coordinative: legate al controllo e alla regolazione del movimento da parte del sistema nervoso.

1. Cos'è la Coordinazione?

La coordinazione è la capacità di organizzare e armonizzare i movimenti nello spazio e nel tempo per raggiungere

...

See on Wikiteka »

bcdlt

Blockchain is a decentralized, distributed digital ledger that records transactions in a secure, immutable, and chronological order without a central authority. Key Characteristics: Decentralized (no central control). Immutable (data cannot be changed). Transparent (shared ledger). Secure (uses cryptographic hashing) Working of Blockchain: A user initiates a transaction. Transaction is broadcast to a peer-to-peer network. Nodes validate the transaction using consensus algorithms. Valid transactions

...

See on Wikiteka »

economic

# Distinguish between microeconomics and macroeconimic

Microeconomics Macroeconomics
Studies individual economic units like consumers and firms. Studies the economy as a whole.
Focuses on demand and supply of specific goods. Focuses on aggregate demand and aggregate supply.
Deals with price determination of individual products. Deals with general price level (inflation).
Studies individual income, cost, and production. Studies national income, total production, and economic growth.
...

See on Student Notes »

Αντιγόνη

παύω/παύομαι: ΟΜΟΡΡ.: παύλα, ανάπαυλα, παύση, ανάπαυση, πάψιμο, αναπαμός, αναπαυτικός ΣΥΝΩΝ: λήγω, περαίνω, τελευτώ. « ΑΝΤΩΝ.: ἄρχομαι.

μεστόω -ώς » ΕΤΥΜ.: από το μεστός. • ΟΜΟΡΡ.: μεστώνω, μέστωμα.

λέγω: Βλ. σ. 71.

ἐφευρίσκω/ἐφευρίσκομαι: « ΕΤΥΜ.: από την πρόθεση ἐπί + εὑρίσκων εύρίσκομαι.

...

See on Wikiteka »