Udemy - Java 7 & Java 8 new features with Lambdas & Streams

  • Category Other
  • Type Tutorials
  • Language English
  • Total size 4.4 GB
  • Uploaded By tutsnode
  • Downloads 343
  • Last checked 3 days ago
  • Date uploaded 4 years ago
  • Seeders 7
  • Leechers 2

Infohash : F797D7BAF90EBD4077871AC5DBFEF1393D0A50DB




Description

β€˜Java 7 & 8 new features, enhancements Zero to Master’ course will help in understanding all the new features from Java 7 and 8 releases. In this course we will discuss all the new features in detail both in theory and coding. Special attention and explanation given to all the major features like Lambda Expressions, Streams, JODA Date time, Default & Static methods, Optional, Method References, Functional Interfaces, Try-With-Resources statement in this course. During the course discussion, each feature will be covered first with theory explanation followed by a detailed code walkthrough and execution. You have a flexibility to skip any feature that you already know since the course is organized in such a way where skipping a known feature will not impact other sections/lectures.

All the material discussed in the course will be provided to all the enrolled students along with a GitHub repository details where the entire code discussed in the course is maintained. Each section is followed by a quiz to test your understanding at regular intervals.

Below are the features that we will discuss in this course,

Java 7 new features

THE TRY-WITH-RESOURCES STATEMENT
SUPPRESSED EXCEPTIONS
CATCHING MULTIPLE EXCEPTIONS
RETHROWING EXCEPTIONS WITH TYPE CHECKING
EASIER EXCEPTION HANDLING FOR REFLECTIONS
OBJECTS CLASS & NULL CHECKS
CLOSE METHOD INSIDE URLCLASSLOADER
ENHANCEMENTS TO FILES & DIRECTORIES
WATCHSERVICE
BINARY LITERALS
STRING IN SWITCH STATEMENT
TYPE INFERENCE/DIAMOND OPERATOR
USING UNDERSCORE IN NUMERIC LITERALS
JDBC IMPROVEMENTS

Java 8 new features

DEFAULT METHODS IN INTERFACES
STATIC METHODS IN INTERFACES
OPTIONAL TO DEAL WITH NULLS
LAMBDA (Ξ›) EXPRESSION
FUNCTIONAL INTERFACE
METHOD REFERENCES
CONSTRUCTOR REFERENCES
STREAMS API
NEW DATE AND TIME API(JODA)
COMPLETABLEFUTURE
MAP ENHANCEMENTS
OTHER MISCELLANEOUS UPDATES

Who this course is for:

Beginner students who already know Java and interested in the new features of Java 7 & Java 8
Developers who already working on Java and interested in adapting the new features of Java 7 & Java 8
Java Architects

Requirements

Basics of Java is must
At least Java 1.6

Last Updated 4/2021

Files:

Java 7 & Java 8 new features with Lambdas & Streams [TutsNode.com] - Java 7 & Java 8 new features with Lambdas & Streams 7. Streams API in Java 8
  • 1. Introduction to Streams.mp4 (148.9 MB)
  • 1. Introduction to Streams.srt (24.9 KB)
  • 6. Limit, Skip, Distinct, Sorted, Peek methods in Streams API.srt (15.4 KB)
  • 3. Map method in Streams API.srt (14.2 KB)
  • 4. FlatMap method in Streams API.srt (10.2 KB)
  • 9. Collect method in Streams API.srt (9.7 KB)
  • 10. collectingAndThen method in Streams API.srt (8.7 KB)
  • 13. Stream Pipeline.srt (8.1 KB)
  • 8. Reduce method in Streams API.srt (8.1 KB)
  • 2. Streams Pipeline.srt (7.0 KB)
  • 5. Filter method in Streams API.srt (6.3 KB)
  • 12. partitioningBy method in Streams API.srt (6.1 KB)
  • 15. Collections Vs Streams.srt (5.7 KB)
  • 11. groupingBy method in Streams API.srt (5.7 KB)
  • 14. Parallel Stream processing.srt (5.6 KB)
  • 7. Traversing Streams.srt (4.5 KB)
  • 16. Java 8 Streams API quiz.html (0.2 KB)
  • 3. Map method in Streams API.mp4 (91.0 MB)
  • 6. Limit, Skip, Distinct, Sorted, Peek methods in Streams API.mp4 (86.3 MB)
  • 9. Collect method in Streams API.mp4 (69.9 MB)
  • 10. collectingAndThen method in Streams API.mp4 (62.3 MB)
  • 4. FlatMap method in Streams API.mp4 (58.8 MB)
  • 8. Reduce method in Streams API.mp4 (49.1 MB)
  • 12. partitioningBy method in Streams API.mp4 (42.2 MB)
  • 11. groupingBy method in Streams API.mp4 (40.6 MB)
  • 2. Streams Pipeline.mp4 (39.8 MB)
  • 13. Stream Pipeline.mp4 (39.2 MB)
  • 5. Filter method in Streams API.mp4 (39.1 MB)
  • 14. Parallel Stream processing.mp4 (33.7 MB)
  • 7. Traversing Streams.mp4 (27.2 MB)
  • 15. Collections Vs Streams.mp4 (27.1 MB)
9. Other miscellaneous features in Java 8
  • 3. Miscellaneous updates in Java 8.srt (22.9 KB)
  • 1. CompletableFuture for asynchronous programming in Java.srt (20.9 KB)
  • 3. Miscellaneous updates in Java 8.mp4 (143.3 MB)
  • 2. Map Enhancements in Java 8.srt (13.1 KB)
  • 4. Java 8 miscellaneous enhancements API quiz.html (0.2 KB)
  • 1. CompletableFuture for asynchronous programming in Java.mp4 (119.6 MB)
  • 2. Map Enhancements in Java 8.mp4 (82.7 MB)
6. Method & Constructor References in Java 8
  • 1. Method & Constructor References [Theory].srt (22.8 KB)
  • 2. Method & Constructor References [Coding].srt (13.2 KB)
  • 3. Java 8 method & constructor references quiz.html (0.2 KB)
  • 1. Method & Constructor References [Theory].mp4 (136.1 MB)
  • 2. Method & Constructor References [Coding].mp4 (77.9 MB)
2. Java 7 new features & enhancements
  • 2. Try With Resources statement.srt (18.4 KB)
  • 22. Java 7 new features & enhancements quiz.html (0.2 KB)
  • 1. Java 7 new features & enhancements content.html (0.7 KB)
  • 1.1 Java 7-New Features.pdf (933.7 KB)
  • 13. WatchService.srt (11.4 KB)
  • 8. Close method inside URLClassLoader.srt (2.8 KB)
  • 20. Fork & Join framework.srt (13.5 KB)
  • 3. Suppressed Exceptions.srt (13.2 KB)
  • 19. Garbage First (G1) collector.srt (11.0 KB)
  • 9. @SafeVarargs Annotation.srt (10.9 KB)
  • 10. Enhancements related to Files & Directories.srt (10.5 KB)
  • 11. Coding exercise using Path & Paths.srt (9.3 KB)
  • 21.1 GitHub code of Java 7 new features.html (0.1 KB)
  • 21.2 JDK 7 Release notes.html (0.1 KB)
  • 17. Using underscore in numeric values.srt (8.5 KB)
  • 4. Catching multiple exceptions using a single catch block.srt (8.2 KB)
  • 21. Summary of Java 7 new features.srt (7.9 KB)
  • 5. Rethrowing exceptions with more inclusive type checking.srt (7.4 KB)
  • 14. Binary Literals.srt (7.4 KB)
  • 6. Easier Exception handling for reflective methods.srt (7.4 KB)
  • 7. Objects Class & Null Checks.srt (7.4 KB)
  • 12. Coding exercise using Files.srt (7.3 KB)
  • 16. Diamond Operator or Type Inference Operator.srt (6.4 KB)
  • 18. Jdbc Improvements.srt (5.9 KB)
  • 15. Using String in Switch Statements.srt (5.7 KB)
  • 2. Try With Resources statement.mp4 (92.6 MB)
  • 20. Fork & Join framework.mp4 (76.8 MB)
  • 11. Coding exercise using Path & Paths.mp4 (75.6 MB)
  • 3. Suppressed Exceptions.mp4 (64.9 MB)
  • 13. WatchService.mp4 (64.7 MB)
  • 9. @SafeVarargs Annotation.mp4 (59.7 MB)
  • 19. Garbage First (G1) collector.mp4 (57.6 MB)
  • 17. Using underscore in numeric values.mp4 (53.7 MB)
  • 10. Enhancements related to Files & Directories.mp4 (49.9 MB)
  • 12. Coding exercise using Files.mp4 (46.7 MB)
  • 21. Summary of Java 7 new features.mp4 (40.2 MB)
  • 18. Jdbc Improvements.mp4 (40.1 MB)
  • 7. Objects Class & Null Checks.mp4 (39.6 MB)
  • 16. Diamond Operator or Type Inference Operator.mp4 (39.3 MB)
  • 4. Catching multiple exceptions using a single catch block.mp4 (39.1 MB)
  • 14. Binary Literals.mp4 (37.8 MB)
  • 6. Easier Exception handling for reflective methods.mp4 (32.6 MB)
  • 5. Rethrowing exceptions with more inclusive type checking.mp4 (32.3 MB)
  • 15. Using String in Switch Statements.mp4 (28.0 MB)
  • 8. Close method inside URLClassLoader.mp4 (14.6 MB)
3. Java 8 new features (Default, Static methods in Interfaces & Optional class)
  • 1.1 Java 8-New Features.pdf (0.2 KB)
  • 7. Optional to deal with Nulls[Theory].srt (18.2 KB)
  • 9. Java 8 new features & enhancements quiz.html (0.2 KB)
  • 3. Default Methods in Interfaces [Theory].srt (16.9 KB)
  • 8. Optional to deal with Nulls [Coding].srt (16.4 KB)
  • 5. Static Methods in Interfaces [Theory].srt (10.7 KB)
  • 1. Java 8 new features & enhancements content.html (0.9 KB)
  • 6. Static Methods in Interfaces [Coding].srt (2.8 KB)
  • 4. Default Methods in Interfaces [Coding].srt (7.1 KB)
  • 2. Introduction to Java 8.srt (5.9 KB)
  • 8. Optional to deal with Nulls [Coding].mp4 (127.7 MB)
  • 7. Optional to deal with Nulls[Theory].mp4 (114.9 MB)
  • 3. Default Methods in Interfaces [Theory].mp4 (89.7 MB)
  • 5. Static Methods in Interfaces [Theory].mp4 (58.4 MB)
  • 4. Default Methods in Interfaces [Coding].mp4 (24.6 MB)
  • 2. Introduction to Java 8.mp4 (13.9 MB)
  • 6. Static Methods in Interfaces [Coding].mp4 (11.0 MB)
1. Introduction
  • 4. Java version history & JDK vendors quiz.html (0.2 KB)
  • 2. Java versions history.srt (7.9 KB)
  • 1. Course Overview.srt (7.7 KB)
  • 3. Different JDK vendors in Java ecosystem.srt (7.6 KB)
  • 3. Different JDK vendors in Java ecosystem.mp4 (38.9 MB)
  • 1. Course Overview.mp4 (33.5 MB)
  • 2. Java versions history.mp4 (21.0 MB)
5. Functional Interfaces in Java 8
  • 1. Deep Dive on Functional Interfaces.srt (21.8 KB)
  • 8. Primitive type functional Interface Deep Dive[Theory].srt (17.1 KB)
  • 2. Predicate Functional Interface Deep Dive.srt (14.0 KB)
  • 3. Function functional Interface Deep Dive.srt (12.9 KB)
  • 9. Primitive type functional Interface Deep Dive[Coding].srt (10.5 KB)
  • 7. Bi functional Interface Deep Dive.srt (10.2 KB)
  • 4. Unary Operator functional Interface Deep Dive.srt (9.3 KB)
  • 5. Consumer functional Interface Deep Dive.srt (7.6 KB)
  • 6. Supplier functional Interface Deep Dive.srt (6.8 KB)
  • 10. Java 8 functional interfaces quiz.html (0.2 KB)
  • 1. Deep Dive on Functional Interfaces.mp4 (120.3 MB)
  • 8. Primitive type functional Interface Deep Dive[Theory].mp4 (93.3 MB)
  • 2. Predicate Functional Interface Deep Dive.mp4 (93.2 MB)
  • 9. Primitive type functional Interface Deep Dive[Coding].mp4 (81.7 MB)
  • 3. Function functional Interface Deep Dive.mp4 (72.1 MB)
  • 7. Bi functional Interface Deep Dive.mp4 (57.8 MB)
  • 4. Unary Operator functional Interface Deep Dive.mp4 (51.8 MB)
  • 5. Consumer functional Interface Deep Dive.mp4 (31.6 MB)
  • 6. Supplier functional Interface Deep Dive.mp4 (28.6 MB)
4. Lambda Expressions in Java 8
  • 2. Lambda Expressions Deep Dive 1.srt (16.4 KB)
  • 6. Lambda Expressions Deep Dive 5.srt (13.6 KB)
  • 7. Anonymous Class Vs Lambda Expressions.srt (13.5 KB)
  • 3. Lambda Expressions Deep Dive 2.srt (9.6 KB)
  • 5. Lambda Expressions Deep Dive 4.srt (8.6 KB)
  • 4. Lambda Expressions Deep Dive 3.srt (8.1 KB)
  • 1. Introduction to Lambda Expressions.srt (7.1 KB)
  • 8. Java 8 Lambda expressions quiz.html (0.2 KB)
  • 2. Lambda Expressions Deep Dive 1.mp4 (68.1 MB)
  • 6. Lambda Expressions Deep Dive 5.mp4 (64.9 MB)
  • 7. Anonymous Class Vs Lambda Expressions.mp4 (60.6 MB)
  • 3. Lambda Expressions Deep Dive 2.mp4 (42.9 MB)
  • 1. Introduction to Lambda Expressions.mp4 (42.6 MB)
  • 4. Lambda Expressions Deep Dive 3.mp4 (35.5 MB)
  • 5. Lambda Expressions Deep Dive 4.mp4 (35.2 MB)
10. Summary of Java 8 new features & Closure of the course
  • 1. Java 8 New Features Summary.srt (11.8 KB)
  • 1. Java 8 New Features Summary.mp4 (48.8 MB)
8. Joda Date & Time API in Java 8
  • 6. Time Zones & Calendars inside Joda Date & Time API[Theory].srt (11.1 KB)
  • 7. Time Zones & Calendars inside Joda Date & Time API[Coding].srt (11.0 KB)
  • 5. Instant, Duration,Period classes inside Joda Date & Time API.srt (10.6 KB)
  • 2. LocalDate class inside Joda Date & Time API.srt (10.3 KB)
  • 4. LocalDateTime class inside Joda Date & Time API.srt (8.7 KB)
  • 1. Introduction to Joda Date & Time API.srt (7.7 KB)
  • 8. DateTimeFormatter class inside Joda Date & Time API.srt (7.5 KB)
  • 3. LocalTime class inside Joda Date & Time API.srt (4.5 KB)
  • 9. Java 8 Joda Date & Time API quiz.html (0.2 KB)
  • 7. Time Zones & Calendars inside Joda Date & Time API[Coding].mp4 (85.6 MB)
  • 5. Instant, Duration,Period classes inside Joda Date & Time API.mp4 (79.0 MB)
  • 6. Time Zones & Calendars inside Joda Date & Time API[Theory].mp4 (66.8 MB)
  • 2. LocalDate class inside Joda Date & Time API.mp4 (60.7 MB)
  • 4. LocalDateTime class inside Joda Date & Time API.mp4 (60.0 MB)
  • 8. DateTimeFormatter class inside Joda Date & Time API.mp4 (50.1 MB)
  • 1. Introduction to Joda Date & Time API.mp4 (43.9 MB)
  • 3. LocalTime class inside Joda Date & Time API.mp4 (23.4 MB)
  • TutsNode.com.txt (0.1 KB)
  • .pad
    • 0 (0.0 KB)
    • 1 (147.5 KB)
    • 2 (956.7 KB)
    • 3 (291.2 KB)
    • 4 (722.5 KB)
    • 5 (368.3 KB)
    • 6 (120.4 KB)
    • 7 (673.6 KB)
    • 8 (864.7 KB)
    • 9 (423.1 KB)
    • 10 (1,012.0 KB)
    • 11 (331.2 KB)
    • 12 (747.0 KB)
    • 13 (380.1 KB)
    • 14 (256.0 KB)
    • 15 (330.9 KB)
    • 16 (10.5 KB)
    • 17 (78.1 KB)
    • 18 (216.9 KB)
    • 19 (446.1 KB)
    • 20 (955.0 KB)
    • 21 (76.6 KB)
    • 22 (969.2 KB)
    • 23 (201.4 KB)
    • 24 (109.6 KB)
    • 25 (117.4 KB)
    • 26 (317.4 KB)
    • 27 (735.7 KB)
    • 28 (277.9 KB)
    • 29 (391.7 KB)
    • 30 (32.9 KB)
    • 31 (257.0 KB)
    • 32 (166.1 KB)
    • 33 (588.3 KB)
    • 34 (172.1 KB)
    • 35 (459.8 KB)
    • 36 (315.3 KB)
    • 37 (154.5 KB)
    • 38 (928.0 KB)
    • 39 (134.4 KB)
    • 40 (963.4 KB)
    • 41 (248.7 KB)
    • 42 (265.7 KB)
    • 43 (116.3 KB)
    • 44 (64.5 KB)
    • 45 (362.4 KB)
    • 46 (824.2 KB)
    • 47 (425.3 KB)
    • 48 (775.0 KB)
    • 49 (910.2 KB)
    • 50 (255.6 KB)
    • 51 (419.5 KB)
    • 52 (680.3 KB)
    • 53 (870.2 KB)
    • 54 (886.5 KB)
    • 55 (956.0 KB)
    • 56 (97.8 KB)
    • 57 (210.0 KB)
    • 58 (477.0 KB)
    • 59 (796.3 KB)
    • 60 (326.1 KB)
    • 61 (521.8 KB)
    • 62 (365.1 KB)
    • 63 (692.6 KB)
    • 64 (366.7 KB)
    • 65 (368.0 KB)
    • 66 (11.3 KB)
    • 67 (773.6 KB)
    • 68 (938.9 KB)
    • 69 (445.7 KB)
    • 70 (652.1 KB)
    • 71 (973.3 KB)
    • 72 (440.6 KB)
    • 73 (132.0 KB)

There are currently no comments. Feel free to leave one :)

Code:

  • udp://inferno.demonoid.pw:3391/announce
  • udp://tracker.openbittorrent.com:80/announce
  • udp://tracker.opentrackr.org:1337/announce
  • udp://torrent.gresille.org:80/announce
  • udp://glotorrents.pw:6969/announce
  • udp://tracker.leechers-paradise.org:6969/announce
  • udp://tracker.pirateparty.gr:6969/announce
  • udp://tracker.coppersurfer.tk:6969/announce
  • udp://ipv4.tracker.harry.lu:80/announce
  • udp://9.rarbg.to:2710/announce
  • udp://shadowshq.yi.org:6969/announce
  • udp://tracker.zer0day.to:1337/announce
R2-CACHE ☁️ R2 (hit) | CDN: MISS (0s) πŸ“„ torrent πŸ• 14 Jan 2026, 12:26:26 pm IST ⏰ 08 Feb 2026, 12:26:26 pm IST βœ… Valid for 22d 9h πŸ”„ Refresh Cache