Software QA Notes
Software QA Notes
• Creaționale:
• Factory – creează obiecte dintr-o familie
• Builder – creează obiecte setând
anumite atribute
• Singleton – creează o unică instanță
• Prototype – creeaza clone ale unui
obiect fara a se baza pe constructor
• Structurale:
• Adapter – adaptează un API (o interfață)
la altul
Seminary Notes:
The destination is generally in a subfolder of your folder
project
@deprecated is something that you put when you provide Compiler is watching your back!
a better version of the existing class.
When you mark a method with @Override, you ask the
@see you put the name of the class that is a better version compiler to check if the method you want to override
of the last class -> it will be used together with a link for exists already.
the source code to be updated.
When it is written with caps it means it is static
In order to be flexible, use double
Java is very restrictive when it comes to types of variables. It is not recommended to have a lot of static attributes. To
not abuse of static memory
To tell to the compiler you use a float
(float)10.0; If we put final to a method it means that it can t be
10.0f; override. No one after can change it
LIMIT OPTION FOR OTHERS and CONTROL HOW THE CODE
IS IMPLEMENTED.
/** + enter it will complete the comment section
@return nothing
Javadoc Generation
You have to specify the path: C -> Program Files -> Java ->
jdk… -> bin -> javadoc.ese