• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Java 7 New Features

 
Ranch Hand
Posts: 603
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Java Ranchers,

Which Book on "Java SE 7 New Features" covers the below topics with Working examples.

From Oracle release notes, the following areas have enhancements in Java 7:
* Swing
* IO and New IO
* Networking
* Security
* Concurrency Utilities
* Rich Internet Applications (RIA)/Deployment
o Requesting and Customizing Applet Decoration in Dragg able Applets
o Embedding JNLP File in Applet Tag
o Deploying without Codebase
o Handling Applet Initialization Status with Event Handlers
* Java 2D
* Java XML - JAXP, JAXB, and JAX-WS
* Internationalization
* java.lang Package
o Multithreaded Custom Class Loaders in Java SE 7
* Java Programming Language
o Binary Literals
o Strings in switch Statements
o The try-with-resources Statement
o Catching Multiple Exception Types and Rethrowing Exceptions with Improved Type Checking
o Underscores in Numeric Literals
o Type Inference for Generic Instance Creation
o Improved Compiler Warnings and Errors When Using Non-Reifiable Formal Parameters with Varargs Methods
* Java Virtual Machine (JVM)
o Java Virtual Machine Support for Non-Java Languages
o Garbage-First Collector
o Java HotSpot Virtual Machine Performance Enhancements
* JDBC


Regards
Deepak Lal

 
Sheriff
Posts: 11604
178
Hibernate jQuery Eclipse IDE Spring MySQL Database AngularJS Tomcat Server Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Fatima Tayab wrote:can you please tell me what is RIA?


Rich Internet Applications
 
Roel De Nijs
Sheriff
Posts: 11604
178
Hibernate jQuery Eclipse IDE Spring MySQL Database AngularJS Tomcat Server Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Deepak Lal wrote:Which Book on "Java SE 7 New Features" covers the below topics with Working examples.


I don't think such a book exists. For the simple reasn that almost every topic would require a book on its own. Perhaps you could check the Oracle tutorials on each of these topics and see if it fits your needs.
 
Deepak Lal
Ranch Hand
Posts: 603
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Roel
how should i go about studying the Java 7 features.Please suggest a good book which has working examples on "Java 7 features"
Regards
Deepak Lal
 
Roel De Nijs
Sheriff
Posts: 11604
178
Hibernate jQuery Eclipse IDE Spring MySQL Database AngularJS Tomcat Server Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Deepak Lal wrote:how should i go about studying the Java 7 features.Please suggest a good book which has working examples on "Java 7 features"


Google is always a great starting point if you are looking for something. Besides known resources like Oracle's tutorials, Google listed this book, this one and another one.
 
Deepak Lal
Ranch Hand
Posts: 603
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Roel,
None of the books you listed are talking about java 7 new features.You have misread my question
Regards
Deepak Lal
 
Sheriff
Posts: 5555
326
IntelliJ IDE Python Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Deepak Lal wrote:None of the books you listed are talking about java 7 new features


Really? Are you sure about that? They all talk about Java 7.
 
Roel De Nijs
Sheriff
Posts: 11604
178
Hibernate jQuery Eclipse IDE Spring MySQL Database AngularJS Tomcat Server Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Deepak Lal wrote:None of the books you listed are talking about java 7 new features.You have misread my question


You've got to be kidding! These are all Java 7 books...
 
Let's get him boys! We'll make him read this tiny ad!
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic