Java Reference
In-Depth Information
As we can see in the previous screenshot, NetBeans displays JavaDoc for the class we
select from the code completion options. Another time saving feature is that the class
we select from the options is automatically imported into our code.
Once we have the type of our variable, we can hit Ctrl+Space again, right after the
variable, and NetBeans will suggest variable names.
When we want to initialize our variable to a new value, we can simply hit Ctrl+Space
again and a list of valid types is shown as options for code completions.
 
Search WWH ::




Custom Search