Predicate Negation

In this article, we already discussed how we can use predicates, when we need to evaluate a condition on a…

add comment

Java Quiz: forEach Construct

Click http://talks.skilltoz.com/foreach-construct-in-java/ to learn more about using the forEach construct. Java 11 Certification Practice Questions on forEach Q1. Given the…

add comment

Varargs: Java Quiz

For Java 11 Certification Exam Practice Questions, refer http://talks.skilltoz.com/java-11-certification-exam-questions/ In this article, let us discuss the varargs feature of Java, mainly…

add comment

@Inherited Annotation

For Java 11 Certification Exam Practice Questions, refer http://talks.skilltoz.com/java-11-certification-exam-questions/ In this article, let us discuss the @Inherited annotation, mainly from…

add comment

Lambda Expression Tips

For Java 11 Certification Exam Practice Questions, refer http://talks.skilltoz.com/java-11-certification-exam-questions/ In this article, let us discuss some tips on lambda expressions,…

add comment

Java Predicates – Practice Exam Questions

For the complete set of Java 11 Certification Exam Practice Questions, refer http://talks.skilltoz.com/java-11-certification-exam-questions/ Topic: Working with Streams and Lambda Objective: Implement…

add comment

Garbage Collection Questions

Topic: Java Object-Oriented Approach Objective: Explain objects’ lifecycles (including creation, dereferencing by reassignment, and garbage collection) For preparation on this…

add comment

How to use Parallel Streams in Java?

Java 11 Certification Practice Questions (For the complete list, refer to http://talks.skilltoz.com/java-11-certification-exam-questions/ Topic: Working with Streams and Lambda expressions Objective:…

2 comments

Quiz – Modules in Java

OCJP (Java Certification) Practice Questions (For the complete list, refer https://talks.skilltoz.com/java-certification-exam-questions/ Topic: Java Platform Module System Declare, use, and expose…

add comment

How do we use StringBuilder in Java?

Java 11 Certification Practice Questions (For the complete list, refer to http://talks.skilltoz.com/java-11-certification-exam-questions/ Topic: Working with Java data types Handle text…

add comment