new URL("") is Deprecated #java #shorts
new URL("") is Deprecated #java #shorts

Adam Bien A year ago

new URL is deprecated: https://docs.oracle.com/en/java/javase/20/docs/api/java.base/java/net/URL.html#%3Cinit%3E(java.lang.

How To Make a "private" Method Accessible #java #shorts
How To Make a "private" Method Accessible #java #shorts

Adam Bien A year ago

Using setAccessible ...

How To Load Inner Classes with Class.forName #java #shorts #coding #airhacks
How To Load Inner Classes with Class.forName #java #shorts #coding #airhacks

Adam Bien 7 months ago

You can load inner classes with the "$" qualifier. Java used in this short: openjdk version "21" 2023-09-19 LTS Visual Studio Code ...

Fun with `var` (Nicolai Parlog, Germany)
Fun with `var` (Nicolai Parlog, Germany)

jeeconf 5 years ago

https://jeeconf.com/program/fun-with-var/ “Since Java 10 you can use `var` to let the compiler infer a local variable's type: `var ...

Asynchronously Fetching Content with HttpClient #java #shorts #coding #airhacks
Asynchronously Fetching Content with HttpClient #java #shorts #coding #airhacks

Adam Bien A year ago

Sending GET requests asynchronously with: ...

Overview of JavaScript, AJAX & jQuery
Overview of JavaScript, AJAX & jQuery

Petr Alexeev 12 years ago

Åbo Akademi University, Turku, Finland Course: Development of Web Applications and Web Services Lecture 3: Overview of ...

The java.io Package and the Decorator Pattern #java #shorts
The java.io Package and the Decorator Pattern #java #shorts

Adam Bien 2 years ago

The java.io package (https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/io/package-summary.html) contains ...

Promises in Javascript
Promises in Javascript

Paul Mooney 11 years ago

Domenic Denicola at NYC ALT.Net talked about Promises, the most popular pattern for writing asynchronous JavaScript code ...

How To Fetch Content as String with the HttpClient #java #shorts #coding #airhacks
How To Fetch Content as String with the HttpClient #java #shorts #coding #airhacks

Adam Bien A year ago

Fetching content as String with the HttpClient: ...

Learning Javascript on Hackerrank! 9/26
Learning Javascript on Hackerrank! 9/26

H William Polenz 3 years ago

I like solving problems.

Déboguer son code PHP (6/6) : Parse error:  syntax error, unexpected
Déboguer son code PHP (6/6) : Parse error: syntax error, unexpected

Grafikart.fr 8 years ago

Article ▻ https://grafikart.fr/tutoriels/syntax-error-874 Abonnez-vous ▻ https://bit.ly/GrafikartSubscribe Après une petite ...

OLEH DOKUKA - How to build Reactive Server in 50 minutes
OLEH DOKUKA - How to build Reactive Server in 50 minutes

Devoxx 6 years ago

The motivation for this talk is showing the basis of development of Reactive Server server from scratch. This will teach the ...

Spring Tips: the Spring Expression Language
Spring Tips: the Spring Expression Language

SpringDeveloper 6 months ago

Hi, Spring fans! In this installment, I look at the excellent Spring Expression Language, an embedded language for resolving ...

JavaFX: Visualizing Vector Fields
JavaFX: Visualizing Vector Fields

Almas Baimagambetov 3 years ago

Using JavaFX, we visualize vector rotations in a 2D grid. Source: https://github.com/AlmasB/FXTutorials FXGL: ...

BxJS Weekly Ep. 151 (javascript news podcast)
BxJS Weekly Ep. 151 (javascript news podcast)

Tim Ermilov 4 years ago

This is a weekly javascript podcast delivering you all the best javascript news of the week. You can find all mentioned links here: ...

JavaFX Explore: Canvas Particle Effects
JavaFX Explore: Canvas Particle Effects

Almas Baimagambetov 3 years ago

We use JavaFX Canvas to draw some particles. Source: https://github.com/AlmasB/FXTutorials FXGL: ...

J-Fal 2018: Nicolai Parlog - Fun with var in Java 11
J-Fal 2018: Nicolai Parlog - Fun with var in Java 11

NLJUG 6 years ago

Since Java 10 you can use var to let the compiler infer a local variables type And thats pretty much it, right? Surprisingly, no!

When class Duke cannot be cast to Class Duke #java #shorts #coding #airhacks
When class Duke cannot be cast to Class Duke #java #shorts #coding #airhacks

Adam Bien 7 months ago

Explaining the reasons for: "Exception in thread "main" java.lang.ClassCastException: class Duke cannot be cast to class Duke" ...

Spring Tips: Multitenant JDBC
Spring Tips: Multitenant JDBC

SpringDeveloper 3 years ago

Hi, Spring fans! In this installment, we'll look at some of the possibilities for building multitenant applications with Spring's ...

Fun with `var` in Java 11
Fun with `var` in Java 11

v JUG 6 years ago

Since Java 10 you can use `var` to let the compiler infer a local variable's type: var users = new ArrayList() And that's pretty much it ...

Dicoding Developer Coaching #74 : Back-End | Penanganan Eror di JavaScript
Dicoding Developer Coaching #74 : Back-End | Penanganan Eror di JavaScript

Dicoding Indonesia 2 years ago

Untuk kamu yang ingin mendapatkan sertifikat kehadiran, silakan untuk mendaftar terlebih dahulu dengan klik “Daftar Gratis” di ...

[TR] Clean Code - Error Handling
[TR] Clean Code - Error Handling

Hüseyin BABAL 3 years ago

[TR] Clean Code - Error Handling -- Watch live at https://www.twitch.tv/huseyinbabal.

Güncel Girdiğim Mülakatlarda -YAPAMADIGIM- SORULARI ÇÖZÜYORUM!
Güncel Girdiğim Mülakatlarda -YAPAMADIGIM- SORULARI ÇÖZÜYORUM!

Salesforce 101 5 months ago

Güncel girdiğim mülakatlardan aldığım dersleri, araştırdığım konuları paylaşıyorum. Visualforce & Aura & LWC farklılıkları nedir?

Rust Programlama Diline Giriş
Rust Programlama Diline Giriş

Istanbul Coders 8 years ago

30 Haziran 2016 Konuşmacı: Cengiz Can - @cengizIO - http://twitter.com/cengizIO.

Hissə 14. C#-da "Exception"-lar və onların qarşısının alınması
Hissə 14. C#-da "Exception"-lar və onların qarşısının alınması

Nurlan Valizada 3 years ago

6-7 ay davam edəcək kursumuzun növbəti dərsi artıq online-dır. Kurs müddətində proqramlaşdırma nədir, C#, SQL Server, Ado.

Servicenow ChatGPT integration | Integration| AI | OpenAI Integration
Servicenow ChatGPT integration | Integration| AI | OpenAI Integration

ServiceNow Master 7 months ago

Servicenow ChatGPT integration | Integration| AI | OpenAI Integration #developer #servicenow #servicenowdeveloper ...

Ron Pressler - Pull Push: Please stop polluting our imperative languages with pure concepts-Curry On
Ron Pressler - Pull Push: Please stop polluting our imperative languages with pure concepts-Curry On

Curry On! 9 years ago

Curry On, Prague July 6th 2015. http://curry-on.org http://2015.ecoop.org.

Curso de Java 028 - Parâmetros da requisição HTTP - Sockets
Curso de Java 028 - Parâmetros da requisição HTTP - Sockets

Jscript Meyer 3 months ago

Link para o fonte de aula no Github: https://github.com/b3rn4rd0m3y3r/Java/blob/main/WebServer/HttpServer01_04.java.

PL - SQL - 17 -  Exceptions  Part I
PL - SQL - 17 - Exceptions Part I

Orkhan Mirzayev 10 years ago

C# boot camp. Lesson 7: String
C# boot camp. Lesson 7: String

Almantas Karpavičius 5 years ago

Live coding- https://youtu.be/SWMxiZyl9H0?t=185 -- Kahoot- https://youtu.be/SWMxiZyl9H0?t=6216.

Curso de Java 032 - Webserver - Sockets com Threads - PHP e Python
Curso de Java 032 - Webserver - Sockets com Threads - PHP e Python

Jscript Meyer 3 months ago

Link para o fonte no Github: https://github.com/b3rn4rd0m3y3r/Java/blob/main/WebServer/HttpServer01_03c.java Webserver ...

NDP, İstisna Yönetimi (Exceptions) Part-1
NDP, İstisna Yönetimi (Exceptions) Part-1

Emre Ünsal 4 years ago

Bilgisayar, Yazılım ve Mekatronik Mühendisliği için Eğitim Videoları.

Curso de Java 033 - Servidor de Email - MailServer com socket/Thread
Curso de Java 033 - Servidor de Email - MailServer com socket/Thread

Jscript Meyer 3 months ago

Link para o fonte de aula no Github: https://github.com/b3rn4rd0m3y3r/Java/blob/main/MailServer/MailSrv_01.java.

Curso de Java 026 - Retornos do servidor - Sockets, headers, inputStream
Curso de Java 026 - Retornos do servidor - Sockets, headers, inputStream

Jscript Meyer 3 months ago

Link para o fonte no Github: https://github.com/b3rn4rd0m3y3r/Java/blob/main/WebServer/HttpServer01_02.java.

33 - What is JSON and JSON Parsing  Part 1 in Dart & Flutter (Arabic)
33 - What is JSON and JSON Parsing Part 1 in Dart & Flutter (Arabic)

Mohammed Saudi - محمد سعودي 4 years ago

Learn more about JSON and JSON parsing using dart and Flutter ---------------------------------- هل تعلمت مني شيئاً من خلال هذا الدرس أو ...

Curso de Java 035 - Mailserver - Gravando e entendendo emails em INBOX
Curso de Java 035 - Mailserver - Gravando e entendendo emails em INBOX

Jscript Meyer 2 months ago

Link para os fontes no Github: https://github.com/b3rn4rd0m3y3r/Java/blob/main/MailServer/MailSrv_03.java ...

Curso de Java 034 - MailServer - SMTPserver e POP3server
Curso de Java 034 - MailServer - SMTPserver e POP3server

Jscript Meyer 2 months ago

Link para os fontes no Github: https://github.com/b3rn4rd0m3y3r/Java/blob/main/MailServer/MailSrv_02.java ...

API REST para importação de arquivo CNAB - Ep. 03
API REST para importação de arquivo CNAB - Ep. 03

Giuliana Bezerra A year ago

No terceiro episódio da série, vamos implementar uma #apirest que faz upload de um arquivo CNAB e executa um job spring ...

Kotlin ilə Android Studio-də Android Proqramlaşma Dərsi (PART-2.2)
Kotlin ilə Android Studio-də Android Proqramlaşma Dərsi (PART-2.2)

HEWart TV 5 months ago

AZ: Bu video dərsində, Kotlin proqramlaşma dilindən istifadə edərək Android Studio-də Android tətbiqi inkişaf etməyi ...

Résultats de Youtube (Conditions d'utilisation)Politique de confidentialité Google