Sunday, May 11, 2008

Lowongan Kerja Bank

Lowongan Teller Mei 2008, Job in Banking

People Development Agency

is a Human Resources Consultant Company located in Jakarta is in positions to offer services to any issues in Human Resources. Have wide range client from property, electronic, embassy, logistic, trading, telecommunication, financial institution, hospital, shipping to retail. One of our services is Executive Search

Our clients, a well established Bank located in Jakarta, is looking for young professional, who is committed to be part of their team as :


Teller (PDA 114) - 1 year contract base

Requirements:
Pleasant personality
Attractive appearance
Good communication and interpersonal skill
Female.
22-27 years old
Min D3 Degree from any discipline



Please email your application letter, detailed CV (include detail job desc), and recent photograph (Ms.Word format, Max 100Kb) to : pda@cbn.net.id. Reference code of position must be written on the email subject. For example (yourname-PDA 114)

Thank you for your kind attention


Advertised 9 May 2008

Tuesday, April 15, 2008

Answer For My Old Question

Dear Indah,

Hello my friend, congratulation for you. On Sunday, 24 March 2008, I was reading in Gaul Magazine about your wedding. You will have married in 10 April 2008 with your boyfriend, Ricky. Your wedding information is surprise for me. In Gaul Magazine, you will go to live in Jakarta. Your address complete is on Raya Bogor Street Km 27. I am very happy to hear that, because your home afterwards is near to my home. You and your husband will be staying in my neighborhood. I hope to see you and your husband soon. I still waiting for your answer.



Your Friend,



Anggih Tangkas

Writing Letter For My Friend

Write a letter of about 120 words to a friend who has recently got married. You read about the wedding in your local paper. Supply a suitable introduction and conclusion. Use the following ideas to write the purpose.
Purpose :
Surprise and pleasure at seeing newspaper report
glad to hear that he and his wife will be staying in your neighborhood
Hope to see them soon.....

It is very difficult to answer......... Hiks hiks

Saturday, March 29, 2008

Thinking About Java.... Java.... Java.........

Java SE OverviewThere are two principal products in the Java SE platform family:


Java SE Runtime Environment (JRE)

Java Development Kit (JDK)

Java Runtime Environment (JRE)

The Java Runtime Environment (JRE) provides the libraries, the Java Virtual Machine, and other components to run applets and applications written in the Java programming language. In addition, two key deployment technologies are part of the JRE: which enables applets to run in popular browsers; which deploys standalone applications over a network. It is also the foundation for the technologies in the Java 2 Platform, Enterprise Edition (J2EE) for enterprise software development and deployment. The JRE does not contain tools and utilities such as compilers or debuggers for developing applets and applications.

Java Development Kit (JDK)

The JDK is a superset of the JRE, and contains everything that is in the JRE, plus tools such as the compilers and debuggers necessary for developing applets and applications.


Java SE API

The Java SE application programming interface (API) defines the manner by which an applet or application can make requests to and use the functionality available in the compiled Java SE class libraries. (The Java SE class libraries are also part of the Java SE platform.)

The Java SE API consists of core technologies, Desktop (or client) technologies, and other technologies.

  • Core components provide essential functionality for writing powerful enterprise-worthy programs in key areas such as database access, security, remote method invocation (RMI), and communications.
  • Desktop components add a full range of features to help build applications that provide a rich user experience – deployment products such as Java Plug-in, component modeling APIs such as JavaBeans, and a graphical user interface.
  • Other components round out the functionality.