Java Reference
In-Depth Information
When we wish to invoke a method in our object, we simply type the dot at the
end of the variable name, and all available methods are displayed as code
completion options.
Notice how the JavaDoc for the selected method is automatically displayed.
Code completion also works for methods. We simply need to type the first few
characters of our method name and NetBeans will automatically complete the
method name, and it will also try to guess the values to pass as parameters.
 
Search WWH ::




Custom Search