- What are the 4 architecture domain TOGAF deal with ?
 
- business
 - data
 - application
 - technology
 
- What is TOGAF ADM ?
 
It provides a tested and repeatable process for developing architectures .
- What are the phases within the ADM .
 
- preliminary
 - architecture vision
 - business architecture
 - information system architecture
 - technology architecture
 - opportunities and solution
 - migration planning
 - implementation governance
 - architecture change management
 - requirement management
 
- What are the SOLID principles?
 
- Explain encryption in Java
 
Create key object using secret key spec passing key and algorithm
Cipher.getinstance blowfish
Set mode encrypt / decrypt
Cipher.dofinal//encrypted
Base64.encode // encoded
- A method is defined with return type string , I do not want to return anything but still want the method to compile , how can I achieve that ?
 
- How to access private variables of a class ?