Java 9 Performance Optimization and Modularization [Video]
This course has been retired. Check out the alternatives below
- $12.99 Video + Subscription Buy
-
What do you get with a Packt Subscription?
- Instant access to this title and 7,500+ eBooks & Videos
- Constantly updated with 100+ new titles each month
- Breadth and depth in over 1,000+ technologies
-
Processing Twitter Hashtags
- The Course Overview
- Twitter4J and Twitter API Key
- Sample of Tweets and Printing It
- Event Loop to Regularly Pull Tweets
- Writing Tweets to a Text File
-
Accelerating Hashtag Processing
- Multithreading in Java and the Executor Service
- Leveraging the Executor Service
-
Avoiding Common Threading Issues
- Multithreaded Contention Issues
- Making an Application Thread Safe
- Making Our Twitter Application Thread Safe
-
Project Jigsaw
- Creating a Simple Multi-Package Project
- Project Jigsaw and Its Problem
- Modularizing Our Twitter App and Defining Interfaces