❖Communication practices: Principle 1 Listen: •Try to focus on the speaker‘s words, rather than formulating your response to those words. •Ask for clarification if something is unclear, but avoid constant interruptions. •Never become contentious in your words or actions (e.g., rolling your eyes or shaking your head) as a person is talking. Principle 2 Prepare before you communicate: •Spend the time to understand the problem before you meet with others. If necessary, perform some research to understand business domain. •If you have responsibility for conducting a meeting, prepare an agenda in advance of the meeting. Principle 3 someone should facilitate the activity: •Every communication meeting should have a leader (a facilitator) 1)To keep the conversation moving in a productive direction, 2)To mediate any conflict that does occur, and 3)To ensure that other principles are followed. Principle 4 Face-to-face communication is best: •It usually works better when some other represen...
Posts
Showing posts with the label Java Environment and Java Development Kit
What is Java Environment and Java Development Kit
- Get link
- X
- Other Apps
Java Environment Java environment includes a large number of development tools and hundreds of class and methods. The development tools are part of the system known as java development kit (JDK) and the classes and methods are part of the java standard library (JSL) also known as the Application Programming Interface (API). .Java Development Kit The java Development kit comes with a collection of tools that are used for developing and running java program . They include: . Applet Viewer (for viewing java applets) . Java c (Java compiler ) . Java (java interpreter) . Java p (java disassembler) . Java h (for c header files ) . ...