Skip to content

Commit 003a029

Browse files
Add files via upload
1 parent c3e96ae commit 003a029

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

JavaVideos.html

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
<li><a href='https://youtu.be/-OsIWMsKNZo'>Developing Java Programs Using NetBeans 15</a></li>
3434
<li><a href='https://youtu.be/Af5QW8S6fe0'>Developing Java Programs Using NetBeans 15 with MySQL 8</a></li>
3535
<li><a href='https://youtu.be/E3LcyEkLDvE'>Developing JavaFX Programs Using NetBeans 15 with Maven</a></li>
36+
<li><a href='https://youtu.be/E3LcyEkLDvE'>Developing JavaFX Programs Using NetBeans 16 with Maven</a></li>
3637
<li><a href='https://youtu.be/6mdosw1FEAs'>Developing Java Programs Using Eclipse 2019</a></li>
3738
<li><a href='https://youtu.be/FQ5AkM3iVYo'>Developing Java Programs Using Eclipse 2022</a></li>
3839
<li><a href='https://youtu.be/0YjXvUAV8cE'>Developing Java Programs Using Eclipse 2022 with MySQL 8</a></li>
@@ -41,6 +42,9 @@
4142
<li><a href='https://youtu.be/O9hchGm-XR4'>Run Java Programs from NetBeans on Windows Command Prompt</a></li>
4243
<li><a href='https://youtu.be/fSn3bZM8p34'>Running JavaFX 11 or higher from NetBeans 11 or higher</a></li>
4344
<li><a href='https://youtu.be/qY5Zh1bBIts'>Using JavaFX in Eclipse 4.9 or higher with JDK 11 or higher</a></li>
45+
<li><a href='https://youtu.be/qY5Zh1bBIts'>Download and Install Tomcat 10</a></li>
46+
<li><a href='https://youtu.be/qY5Zh1bBIts'>Develop Java Servlet with NetBeans 16</a></li>
47+
4448
</ol>
4549

4650

@@ -55,6 +59,7 @@
5559

5660
<p class="chapterHeader">Chapter 1 Introduction to Computers, Programs, and Java™</p>
5761
<ul class="section">
62+
<li><a href='https://youtu.be/WXvOOS20khI'>Tips for Java Revel Programming Projects</a></li>
5863
<li><a href='https://youtu.be/rnDu70KAQr8'>Guide to Chapter 1</a></li>
5964
<li><a href='https://youtu.be/0I904sH6XY0'>1.1 Introduction</a></li>
6065
<li>1.2 What Is a Computer?</li>
@@ -379,7 +384,7 @@
379384

380385
<p class="chapterHeader">Chapter 19 Generics</p>
381386
<ul class="section">
382-
<li><a href='https://youtu.be/ksoRrXHJzNo'>Guide to Chapter 16</a></li>
387+
<li><a href='https://youtu.be/Mn9LlXQ0zmg'>Guide to Chapter 19</a></li>
383388
<li><a href='https://youtu.be/wtQyk2ue2AE'>19.1 Introduction</a></li>
384389
<li>19.2 Motivations and Benefits</li>
385390
<li><a href='https://youtu.be/OUtPgPSuo5c'>19.3 Defining Generic Classes and Interfaces</a></li>
@@ -394,7 +399,7 @@
394399
<p class="chapterHeader">Chapter 20 Lists, Stacks, Queues, and
395400
Priority Queues</p>
396401
<ul class="section">
397-
<li><a href='https://youtu.be/ksoRrXHJzNo'>Guide to Chapter 16</a></li>
402+
<li><a href='https://youtu.be/Q51pUUbalTI'>Guide to Chapter 20</a></li>
398403
<li><a href='https://youtu.be/Jl8zRqLEiP8'>20.1 Introduction</a></li>
399404
<li>20.2 Collections</li>
400405
<li><a href='https://youtu.be/R8akwd-Aq6M'>20.3 Iterators</a></li>
@@ -410,7 +415,7 @@
410415

411416
<p class="chapterHeader">Chapter 21 Sets and Maps</p>
412417
<ul class="section">
413-
<li><a href='https://youtu.be/ksoRrXHJzNo'>Guide to Chapter 16</a></li>
418+
<li><a href='https://youtu.be/pAGtn626zhM'>Guide to Chapter 21</a></li>
414419
<li><a href='https://youtu.be/fDc39wpV-iU'>21.1 Introduction</a></li>
415420
<li>21.2 Sets</li>
416421
<li>21.3 Comparing the Performance of Sets and Lists</li>
@@ -423,6 +428,7 @@
423428
<p class="chapterHeader">Chapter 22 Developing Efficient
424429
Algorithms</p>
425430
<ul class="section">
431+
<li><a href='https://youtu.be/1D1mcqf9kVQ'>Guide to Chapter 22</a></li>
426432
<li>22.1 Introduction</li>
427433
<li><a href='https://youtu.be/ONM6A8I0nBQ'>22.2 The Big O Notation</a></li>
428434
<li><a href='https://youtu.be/LmDv5m9G9oA'>22.3 Examples: Determining Big O</a></li>
@@ -443,6 +449,7 @@
443449

444450
<p class="chapterHeader">Chapter 23 Sorting</p>
445451
<ul class="section">
452+
<li><a href='https://youtu.be/qUU0rX6Oqoc'>Guide to Chapter 23</a></li>
446453
<li>23.1 Introduction</li>
447454
<li><a href='https://youtu.be/xNa74d08CyY'>23.2 Insertion Sort</a></li>
448455
<li><a href='https://youtu.be/NwrTRkZWG1o'>23.3 Bubble Sort</a></li>
@@ -458,6 +465,7 @@
458465
<p class="chapterHeader">Chapter 24 Implementing Lists, Stacks,
459466
Queues, and Priority Queues</p>
460467
<ul class="section">
468+
<li><a href='https://youtu.be/FYz0Gwx9L8A'>Guide to Chapter 24</a></li>
461469
<li>24.1 Introduction</li>
462470
<li><a href='https://youtu.be/p_qeAqDkAWU'>24.2 Common Operations for Lists</a></li>
463471
<li><a href='https://youtu.be/E0PcHNYUUZ8'>24.3 Array Lists</a></li>
@@ -468,6 +476,7 @@
468476

469477
<p class="chapterHeader">Chapter 25 Binary Search Trees</p>
470478
<ul class="section">
479+
<li><a href='https://youtu.be/98kbp09gNqo'>Guide to Chapter 25</a></li>
471480
<li>25.1 Introduction</li>
472481
<li><a href='https://youtu.be/dGTpgSJrGu4'>25.2 Binary Search Trees Basics</a></li>
473482
<li>25.3 Representing Binary Search Trees</li>
@@ -483,6 +492,7 @@
483492

484493
<p class="chapterHeader">Chapter 26 AVL Trees</p>
485494
<ul class="section">
495+
<li><a href='https://youtu.be/urarkt0lQHw'>Guide to Chapter 26</a></li>
486496
<li><a href='https://youtu.be/QKnZPHaEqto'>26.1 Introduction</a></li>
487497
<li>26.2 Rebalancing Trees</li>
488498
<li>26.3 Designing Classes for AVL Trees</li>
@@ -496,6 +506,7 @@
496506

497507
<p class="chapterHeader">Chapter 27 Hashing</p>
498508
<ul class="section">
509+
<li><a href='https://youtu.be/gN2DDPDBj1k'>Guide to Chapter 27</a></li>
499510
<li><a href='https://youtu.be/07NDrAH4EOE'>27.2 What Is Hashing?</a></li>
500511
<li>27.3 Hash Functions and Hash Codes</li>
501512
<li><a href='https://youtu.be/vdSxYYMQYiQ'>27.4 Handling Collisions Using Open Addressing</a></li>
@@ -507,6 +518,7 @@
507518

508519
<p class="chapterHeader">Chapter 28 Graphs and Applications</p>
509520
<ul class="section">
521+
<li><a href='https://youtu.be/UE1tezbNZlo'>Guide to Chapter 28</a></li>
510522
<li><a href='https://youtu.be/a4h7v7iiZME'>28.1 Introduction</a></li>
511523
<li>28.2 Basic Graph Terminologies</li>
512524
<li>28.3 Representing Graphs</li>
@@ -522,6 +534,7 @@
522534
<p class="chapterHeader">Chapter 29 Weighted Graphs and
523535
Applications</p>
524536
<ul class="section">
537+
<li><a href='https://youtu.be/Mz6rqsmLUKo'>Guide to Chapter 29</a></li>
525538
<li><a href='https://youtu.be/NSHH8BPKM1k'>29.1 Introduction</a></li>
526539
<li>29.2 Representing Weighted Graphs</li>
527540
<li>29.3 The WeightedGraph Class</li>
@@ -533,6 +546,7 @@
533546
<p class="chapterHeader">Chapter 30 Aggregate Operations
534547
for Collection Streams</p>
535548
<ul class="section">
549+
<li><a href='https://youtu.be/6US6FSnpdXY'>Guide to Chapter 30</a></li>
536550
<li><a href='https://youtu.be/GwvGdAA6iiY'>30.1 Introduction</a></li>
537551
<li>30.2 Stream Pipelines</li>
538552
<li><a href='https://youtu.be/XOv806rSHTs'>30.3 IntStream, LongStream, and DoubleStream</a></li>

0 commit comments

Comments
 (0)