Топ-100 | Обзор | Комменты | Новости | RSS RSS | Поиск | Хочу! | Добавить ссылки | О сайте | FAQ | Профиль
RapidLinks - Скачай всё!
  


Java Masterclass 2025 130+ Hours of Expert Lessons

Java Masterclass 2025 130+ Hours of Expert Lessons



ВидеоВидео Рейтинг публикации: 0 (голосов: 0)  
https://img100.pixhost.to/images/404/537368816_que-es-udemy-analisis-opiniones.jpg
49.69 GB | 27min 1s | mp4 | 1280X720 | 16:9
Genre: eLearning | Language : English

Files Included :
01 Introduction To The Course.mp4 (2.03 MB)
02 Remaster in Progress.mp4 (1.48 MB)
03 Video Quality.mp4 (3.35 MB)
04 Subtitles.mp4 (2.3 MB)
05 How to Get Help.mp4 (2.99 MB)
06 Important Tip - Source Code.mp4 (4.6 MB)
07 Biggest Tip to Succeed as a Java Programmer.mp4 (2.56 MB)
08 Which Version of Java.mp4 (5.82 MB)
01 Software Tools Introduction.mp4 (5.51 MB)
03 Install JDK 17 for Windows.mp4 (15.08 MB)
04 Install JDK 17 for Mac.mp4 (14.24 MB)
05 Install JDK 17 for Linux.mp4 (16.84 MB)
06 Confirming installation and intro to JShell.mp4 (69.26 MB)
01 Hello World.mp4 (22.49 MB)
02 Variables.mp4 (28.53 MB)
03 Starting out with Expressions.mp4 (18.37 MB)
04 Primitive Types.mp4 (36.38 MB)
05 byte, short, long and width.mp4 (29.64 MB)
06 Casting in Java.mp4 (21.35 MB)
07 Primitive Types Challenge.mp4 (11.76 MB)
08 Float and Double Primitives.mp4 (25.12 MB)
09 Floating Point Precision and a Challenge.mp4 (26.36 MB)
10 The char and boolean Primitive Data Types.mp4 (43.81 MB)
11 Primitive Types Recap and the String Data Type.mp4 (58.47 MB)
12 Operators, Operands and Expressions.mp4 (35.22 MB)
13 Abbreviating Operators.mp4 (25.51 MB)
01 From JShell to an IDE.mp4 (5.68 MB)
02 Installing IntelliJ IDEA for Windows.mp4 (18.71 MB)
03 Installing IntelliJ IDEA for Mac.mp4 (9.79 MB)
04 Installing IntelliJ IDEA for Linux.mp4 (7.23 MB)
05 Configuring IntelliJ IDEA - WINDOWS, MAC and LINUX.mp4 (38.7 MB)
06 Hello World in IntelliJ.mp4 (20.2 MB)
07 Hello World in IntelliJ.mp4 (44.66 MB)
08 if-then Statement.mp4 (25.72 MB)
09 Logical AND Operator.mp4 (35.64 MB)
10 Logical OR Operator.mp4 (22.92 MB)
11 Assignment Operator VS Equals to Operator.mp4 (36.44 MB)
12 Ternary Operator.mp4 (19 MB)
13 Operator Precedence and Operator Challenge.mp4 (67.72 MB)
01 Introduction.mp4 (1.33 MB)
02 Keywords and Expressions.mp4 (27.79 MB)
03 Statements, Whitespace and Indentation (Code Organization).mp4 (40.41 MB)
04 Code Blocks And The If Then Else Control Statement.mp4 (50.01 MB)
05 if then else Challenge.mp4 (53.14 MB)
06 Methods in Java.mp4 (69.29 MB)
07 More on Methods.mp4 (25.36 MB)
08 Methods Recap.mp4 (35.49 MB)
09 Method Challenge.mp4 (60.87 MB)
10 Code Comparison in IntelliJ.mp4 (41.44 MB)
11 Coding Exercises Introduction.mp4 (62.13 MB)
12 Method Overloading.mp4 (69.14 MB)
13 Method Overloading Challenge.mp4 (41.96 MB)
14 Seconds And Minutes Challenge.mp4 (41.43 MB)
15 Bonus Challenge Solution.mp4 (67.85 MB)
01 Introduction.mp4 (2.24 MB)
02 The switch statement.mp4 (51.24 MB)
03 More switch statement.mp4 (63.65 MB)
04 Traditional Switch Challenge.mp4 (19.7 MB)
05 A Switch Expression Challenge.mp4 (21.42 MB)
06 The for Statement.mp4 (69.03 MB)
07 The for Statement Challenge Exercise.mp4 (86.75 MB)
08 Sum 3 and 5 Challenge And Using IntelliJ's Debugger.mp4 (85.15 MB)
09 For Loop Recap.mp4 (32.34 MB)
10 The while and do while statements.mp4 (28.36 MB)
11 The while Loop Challenge Exercise.mp4 (33.94 MB)
12 Digit Sum Challenge.mp4 (36.72 MB)
13 While Loop and Do While Recap.mp4 (35.02 MB)
14 Local Variables and Scope.mp4 (16.91 MB)
15 The class, the object, static & instance fields and methods.mp4 (24.53 MB)
16 Parsing Values and Reading Input using System console().mp4 (75.73 MB)
17 Exception Handling, and Introduction to Scanner.mp4 (58.76 MB)
18 Reading Input with Scanner.mp4 (67 MB)
19 Reading User Input Challenge.mp4 (31.88 MB)
20 Min and Max Challenge.mp4 (26.91 MB)
01 Introduction.mp4 (1.95 MB)
02 Introduction to Classes and Objects.mp4 (29.19 MB)
03 Introduction to Classes, Using Getter Methods.mp4 (43.77 MB)
04 Classes, Using Setters, and Creating Objects.mp4 (59.94 MB)
05 Classes Challenge Exercise.mp4 (33.67 MB)
06 Constructors Part 1.mp4 (58.01 MB)
07 Constructors Part 2.mp4 (75.26 MB)
08 Constructor Challenge Exercise.mp4 (20.56 MB)
09 Reference vs Object vs Instance vs Class.mp4 (31.71 MB)
10 Static vs Instance Variables.mp4 (16.47 MB)
11 Static vs Instance Methods.mp4 (10.96 MB)
12 The POJO.mp4 (28.37 MB)
13 Java's Implicit POJO Type, The Record.mp4 (51.65 MB)
14 Inheritance - Part 1.mp4 (25.63 MB)
15 Inheritance - Part 2.mp4 (39.46 MB)
16 Inheritance - Part 3.mp4 (52.71 MB)
17 What is java lang Object.mp4 (61.72 MB)
18 Inheritance Challenge - Part 1.mp4 (50.7 MB)
19 Inheritance Challenge Part 2.mp4 (36.32 MB)
20 this vs super.mp4 (16.95 MB)
21 Method Overloading vs Overriding Recap.mp4 (26.9 MB)
22 The Text Block and other Formatting Options.mp4 (36.43 MB)
23 Another Look at the String.mp4 (84 MB)
24 String Manipulation Methods.mp4 (44.56 MB)
25 The StringBuilder class.mp4 (45.4 MB)
01 Introduction.mp4 (1.56 MB)
02 Composition Part 1.mp4 (59.63 MB)
03 Composition Part 2.mp4 (68.41 MB)
04 Composition Challenge.mp4 (61.74 MB)
05 Encapsulation, Part 1.mp4 (29.4 MB)
06 Encapsulation, Part 2.mp4 (52.36 MB)
07 Encapsulation Challenge.mp4 (32.35 MB)
08 Polymorphism, Part 1.mp4 (28.37 MB)
09 Polymorphism, Part 2.mp4 (67.11 MB)
10 Casting with classes, and using Object and var references.mp4 (50.41 MB)
11 Testing the runtime type using the instanceof operator.mp4 (20.45 MB)
12 Polymorphism Challenge Exercise.mp4 (26.87 MB)
13 Polymorphism Challenge Exercise, Part 2.mp4 (25.52 MB)
14 OOP Master Challenge Exercise, Part 1.mp4 (48.16 MB)
15 OOP Master Challenge Exercise, Part 2.mp4 (79.52 MB)
16 OOP Master Challenge Exercise, The Bonus.mp4 (58.5 MB)
17 Organizing Java Classes, Packages and Import Statements.mp4 (30.99 MB)
01 Introduction.mp4 (2.91 MB)
02 Arrays Part 1.mp4 (32.15 MB)
03 Arrays Part 2.mp4 (38.11 MB)
04 Using java util Arrays (sort, fill, copyOf ).mp4 (50.28 MB)
05 Finding a Match, Using a Binary Search and testing equality of arrays.mp4 (20.06 MB)
06 Arrays Challenge Exercise.mp4 (45.87 MB)
07 Arrays Recap.mp4 (21.19 MB)
08 References Types vs Value Types.mp4 (37.52 MB)
09 Variable Arguments (Varargs).mp4 (23.64 MB)
10 Minimum Element Challenge.mp4 (35.43 MB)
11 Reverse Array Challenge.mp4 (45.34 MB)
12 Two-Dimensional Arrays.mp4 (35.67 MB)
13 Multi-dimensional Arrays.mp4 (50.34 MB)
01 Introduction.mp4 (2.57 MB)
02 List and ArrayList Part 1.mp4 (61.06 MB)
03 ArrayList Part 2.mp4 (65.4 MB)
04 ArrayList Part 3.mp4 (53.74 MB)
05 Arrays vs ArrayLists.mp4 (54.15 MB)
06 ArrayList Challenge Part 1.mp4 (73.02 MB)
07 Arrays, ArrayList & LinkedList - (Memory and Big O Notation).mp4 (37.77 MB)
08 LinkedList Part 1.mp4 (62.59 MB)
09 LinkedList Part 2.mp4 (29.5 MB)
10 Iterators.mp4 (59.5 MB)
11 LinkedList Challenge.mp4 (49.62 MB)
12 LinkedList Challenge, Continued.mp4 (78.75 MB)
13 Introduction to Autoboxing and Unboxing.mp4 (32.08 MB)
14 Autoboxing and Unboxing related to Arrays & Lists.mp4 (44.74 MB)
15 Autoboxing & Unboxing Challenge.mp4 (23.59 MB)
16 Autoboxing & Unboxing Challenge.mp4 (46.27 MB)
17 Introduction to the enum type.mp4 (23.98 MB)
18 The enum type continued, with the switch statement.mp4 (21.06 MB)
01 Introduction.mp4 (1.48 MB)
02 Abstraction & Generalization (with overview of abstract and other modifiers).mp4 (13.87 MB)
03 Abstract Classes Part 1.mp4 (24.37 MB)
04 Abstract Classes Part 2.mp4 (33.25 MB)
05 Abstract Classes Part 3.mp4 (55.96 MB)
06 Abstract Class Challenge Part 1.mp4 (43.94 MB)
07 Abstract Class Challenge Part 2.mp4 (51.73 MB)
08 Interfaces Part 1.mp4 (27.96 MB)
09 Interfaces Part 2.mp4 (50.84 MB)
10 Interfaces Part 3.mp4 (53.42 MB)
11 Interfaces, what's new since JDK 8 (default methods & public static methods).mp4 (60.3 MB)
12 Interfaces, new since JDK8 (public static & private methods).mp4 (57.75 MB)
13 Interface vs Abstract Class.mp4 (20.2 MB)
14 Interface Challenge Part 1.mp4 (46.52 MB)
15 Interface Challenge Part 2.mp4 (62.53 MB)
01 Introduction to Generics.mp4 (2.25 MB)
02 Generics Part 1.mp4 (44.23 MB)
03 Generics Part 2.mp4 (85.47 MB)
04 Generics Part 3.mp4 (95.05 MB)
05 Generic Class Challenge.mp4 (34.72 MB)
06 Generic Class Challenge, Part 2.mp4 (25.42 MB)
07 Revisiting Comparable.mp4 (60.92 MB)
08 Comparable vs Comparator.mp4 (62.5 MB)
09 Generic classes as reference types.mp4 (66.52 MB)
10 Generics methods, wildcards, and type erasure.mp4 (85.76 MB)
11 Static methods & multiple upper bounds.mp4 (66.03 MB)
12 Putting it all together, Final Section Challenge.mp4 (77.95 MB)
01 Introduction.mp4 (5.44 MB)
02 Static Nested Classes.mp4 (40.28 MB)
03 Inner Classes.mp4 (42.86 MB)
04 Inner Classes, for Bills Burger Challenge.mp4 (57.29 MB)
05 Inner Classes Challenge.mp4 (85.18 MB)
06 Local Classes.mp4 (78.07 MB)
07 Anonymous Classes.mp4 (81.78 MB)
08 Local and Anonymous Class Challenge.mp4 (35.35 MB)
01 Introduction to Lambda Expressions.mp4 (6 MB)
02 Introduction to the Lambda Expression, and Functional Interfaces.mp4 (59.06 MB)
03 Lambda Expressions, syntax, and additional examples.mp4 (62.6 MB)
04 Lambda Expressions, Continued.mp4 (73.21 MB)
05 Java's Functional Interfaces, Consumer & Predicate.mp4 (89.14 MB)
06 Java's Functional Interfaces, Function & Supplier.mp4 (89.22 MB)
07 Lambda Mini Challenges.mp4 (90.36 MB)
08 Lambda Expression Challenge, Put it all together.mp4 (86.86 MB)
09 What's a Method Reference.mp4 (59.79 MB)
10 The Most Confusing of the Method References.mp4 (88.67 MB)
11 Method Reference Challenge.mp4 (72.63 MB)
12 Convenience Methods on Functional Interfaces (Chaining lambdas).mp4 (74.23 MB)
13 Convenience Methods, Continued, with the Comparator.mp4 (37.56 MB)
01 Introduction to Java's Collections Framework.mp4 (2.63 MB)
02 Collections Understanding the Big Picture.mp4 (56.17 MB)
03 Code Setup (Deck of Cards) for java util Collections methods.mp4 (63.34 MB)
04 Introduction to java util Collections.mp4 (86.67 MB)
05 java util Collections (shuffle, reverse, sort, indexOfSubList).mp4 (68.3 MB)
06 java util Collections (binarySearch, frequency, min, max, rotate).mp4 (100.3 MB)
07 Collections methods Challenge, Your own Card Game.mp4 (79.11 MB)
08 Collections methods Challenge, (Five Card Draw), continued.mp4 (46.66 MB)
09 Understanding the importance of the hash code.mp4 (98.45 MB)
10 Code Setup (Phone and Email Contacts) for Sets and Maps.mp4 (59.99 MB)
11 Introduction to Sets & HashSet.mp4 (109.31 MB)
12 Set Operations, Symmetric and Asymmetric results.mp4 (83.13 MB)
13 Code Setup (Tasks and TaskData).mp4 (94.1 MB)
14 Set Operations Challenge.mp4 (47.13 MB)
15 LinkedHashSet and TreeSet.mp4 (39.86 MB)
16 TreeSet, Closest match and subset methods.mp4 (74.73 MB)
17 TreeSet Challenge (Theatre Seats).mp4 (86.97 MB)
18 TreeSet Challenge (Theatre Seat Bonus).mp4 (97.11 MB)
19 The Map Interface and functionality.mp4 (115.13 MB)
20 Map functionality, Continued (compute, replace, remove).mp4 (90.83 MB)
21 Working with Map's view collections (keySet, values, entrySet).mp4 (117.69 MB)
22 HashMap Challenge, A Text-Based Adventure Game.mp4 (38.45 MB)
23 Adventure Game, Continued.mp4 (71.45 MB)
24 LinkedHashMap and TreeMap.mp4 (68.75 MB)
25 Working with TreeMap (NavigableMap) methods.mp4 (81.62 MB)
26 Targeted Collections for enum types.mp4 (40.1 MB)
27 Collections Framework Final Challenge (The Setup).mp4 (62.29 MB)
28 Final Challenge(Store Inventory).mp4 (98.68 MB)
29 Final Challenge (Store Inventory).mp4 (96.3 MB)
01 Introduction.mp4 (6.3 MB)
02 Revisiting the final modifier.mp4 (29.08 MB)
03 The final modifier applied to methods, and local variables.mp4 (87.04 MB)
04 When Change isn't good.mp4 (101.79 MB)
05 Declaring immutable classes to produce immutable objects, Part 1.mp4 (66.9 MB)
06 Declaring immutable classes to produce immutable objects.mp4 (98.64 MB)
07 Challenge Write your own immutable classes.mp4 (43.49 MB)
08 Defensive Copies, Shallow and Deep Copies.mp4 (85.32 MB)
09 Immutable, Unmodifiable Collections and Views.mp4 (83.84 MB)
10 Challenge Use unmodifiable collections.mp4 (49.22 MB)
11 Challenge, Continued Using unmodifiable collections.mp4 (83.25 MB)
12 Constructor review, final field initializations, Introduction to Initializers.mp4 (82.92 MB)
13 Record Constructors (and javap).mp4 (65.43 MB)
14 Enum Constructors.mp4 (58.4 MB)
15 Game Console Setup, Part 1.mp4 (31.65 MB)
16 Game Console Setup, Part 2.mp4 (39.21 MB)
17 Challenge Initializers and Constructors, A Pirate Game.mp4 (61.11 MB)
18 Challenge Pirate Game, continued.mp4 (94.09 MB)
19 Final Classes, Review of constructor access modifiers.mp4 (61.43 MB)
20 Sealed Classes.mp4 (77.03 MB)
21 Final Section Challenge.mp4 (101.08 MB)
22 Final Challenge (Pirates Continued, Part 2).mp4 (122.14 MB)
01 Introduction to Streams.mp4 (24.69 MB)
02 A first look at a stream in action.mp4 (41.48 MB)
03 The Structure of the Stream Pipeline.mp4 (57.24 MB)
04 Stream Sources.mp4 (99.03 MB)
05 Stream Source Challenge.mp4 (66.36 MB)
06 Intermediate Operations, distinct, filter, limit, skip, takeWhile, dropWhile.mp4 (45.49 MB)
07 Intermediate Operations, map, peek, sorted.mp4 (61.74 MB)
08 Terminal Operations for statistical information and matching.mp4 (68.23 MB)
09 Code Setup, Part 1 (Student Engagement Statistics).mp4 (45.4 MB)
10 Code Setup, Part 2 (Student Engagement Statistics).mp4 (90.75 MB)
11 Challenge Terminal Operations.mp4 (37.8 MB)
12 Challenge, part 2 Terminal Operations.mp4 (50.16 MB)
13 Terminal operations for processing and transforming stream elements.mp4 (76.08 MB)
14 Using Stream's collect & reduce terminal operations.mp4 (75.81 MB)
15 Challenge Terminal Operations, Part 2.mp4 (110.59 MB)
16 What's Optional.mp4 (127.85 MB)
17 More Terminal Operations.mp4 (73.62 MB)
18 Streams to Maps.mp4 (85.53 MB)
19 Maps to Streams (using flatMap).mp4 (74.5 MB)
20 Streams Challenge.mp4 (91.96 MB)
01 Introduction.mp4 (2.73 MB)
02 Functionality on java lang Math.mp4 (53.89 MB)
03 Randomization in Java.mp4 (87.42 MB)
04 Randomization Challenge (Rolling Dice).mp4 (60.24 MB)
05 Bonus Challenge (DiceGame with Scoring).mp4 (100.96 MB)
06 Introduction to BigDecimal.mp4 (71.12 MB)
07 BigDecimal methods.mp4 (118.04 MB)
08 Overview Date & Time (java time).mp4 (30.75 MB)
09 LocalDate.mp4 (88.22 MB)
10 LocalTime, LocalDateTime.mp4 (104.48 MB)
11 Overview Instance, Period, Duration and Time Zones.mp4 (47.02 MB)
12 ZoneId (Time zones).mp4 (93.05 MB)
13 Instant, ZonedDateTime, Duration, Period and ChronoUnit between.mp4 (108.28 MB)
14 Localization, Introduction to Locale.mp4 (57.96 MB)
15 Localization, Continued.mp4 (94.26 MB)
16 DateTime and Localization Challenge.mp4 (117.49 MB)
17 Internationalization (ResourceBundle).mp4 (31.16 MB)
18 Internationalization (ResourceBundle) Part 2.mp4 (52.41 MB)
01 Introduction.mp4 (3.75 MB)
02 What's a Regular Expression.mp4 (46.68 MB)
03 The Parts of a Regular Expression.mp4 (79.91 MB)
04 Methods that use Regular Expressions.mp4 (59.31 MB)
05 Mini Challenges -Regular Expressions.mp4 (40.41 MB)
06 Using Pattern and Matcher.mp4 (67.53 MB)
07 Matcher methods (find, group), Grouping and Capturing.mp4 (63 MB)
08 Matcher methods for replacing text.mp4 (94.17 MB)
09 Review of the Regular Expressions for Phone NumberHTML tags.mp4 (93.9 MB)
10 Matcher Challenge.mp4 (42.14 MB)
01 Introduction.mp4 (12.93 MB)
02 Exception Handling Checked vs Unchecked, the finally clause.mp4 (88.3 MB)
03 Exception Handling Try with Resources.mp4 (66.63 MB)
04 First Steps Understanding File, Path, Files and Paths.mp4 (83.97 MB)
05 Using File, Path, Files.mp4 (85 MB)
06 Methods on Path.mp4 (72.75 MB)
07 Files class Directory Listings (list, walk, find).mp4 (124.5 MB)
08 Files class Using walkFileTree.mp4 (113.89 MB)
09 File Tree Walking Challenge.mp4 (85.11 MB)
10 Reading text from a file, Java IO way.mp4 (65.76 MB)
11 Scanner, for reading input files.mp4 (94.06 MB)
12 Character Sets & Reading Text from a File with NIO2 Functionality.mp4 (70.64 MB)
13 Challenge - Reading text from a file.mp4 (88.58 MB)
14 Writing Data To a File.mp4 (78.64 MB)
15 BufferedWriter, FileWriter, and PrintWriter.mp4 (103.26 MB)
16 File Writing Challenge.mp4 (109.81 MB)
17 Renaming, copying, deleting files and directories.mp4 (61.48 MB)
18 Copying, Deleting Directories InputStream & Reader's transferTo method.mp4 (122.41 MB)
19 Directory and File Manipulation Challenge.mp4 (71.12 MB)
20 RandomAccessFile.mp4 (30.07 MB)
21 RandomAccessFile, Continued.mp4 (75.98 MB)
22 RandomAccessFile Challenge.mp4 (46.53 MB)
23 DataOutputStream,DataInputStream & Serialization.mp4 (86.58 MB)
24 Serialization & Change - Part 1.mp4 (66.6 MB)
25 Serialization & Change - Part 2.
  • Добавлено: 13/01/2025
  • Автор: 0dayhome
  • Просмотрено: 3
Ссылки: (для качалок)
Общий размер публикации: 49,66 ГБ
Еще Видео: (похожие ссылки)


Написать комментарий