Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

function name in java

While writing a method name we should follow the "camel case" 
  i.e.first letter of the first word should be small 
  and the first letters of the remaining (later) words should be capital.
 
PREVIOUS NEXT
Tagged: #function #java
ADD COMMENT
Topic
Name
5+6 =