Write a paper that discusses an Advanced Java feature from the following list:
1.Multithreading
2.Generics
3.Collections Framework
4.JDBC
5.Networking
6.Concurrency
7.Stream API
8.Java FX
9.Java Persistence API
10.Java Servlets
a. Discuss the issue that the feature addresses.
b.Discuss what the benefits are to using the feature.
c.Discuss how it is used: include one or more coding example(s).
d.These can be sections of code, or, small classes or methods to support your discussion.
e.Explain any negative impacts to using the feature.
f.Point out pitfalls to be avoided when using the feature.