JAVA Software Engineers

February 10, 2009

RealObjects (http://www.realobjects.com), a privately held international software company based in Saarbrücken, Germany, provides leading content authoring and electronic publishing solutions to a growing network of educational institutions, small business and major corporations in over 30 countries worldwide. Its WYSIWYG editing solutions simplify and streamline the process of content authoring
within web-and Java based applications.
Together with our Indonesian technology partner PT. Indojasa Software Aditama (http://www.isa.realobjects.de) we currently recruiting:

JAVA Software Engineers

(preferably talented FRESH GRADUATES)

for our Indonesian R&D center in Bumi Serpong Damai, Tangerang.

The candidate shall have first experience in following fields:

• Java Applets/Beans
• SWING
• JDK
• HTML/XHTML • XML
• OOD/UML
• GUI Programming

Further requirements are:

• University degree in Computer Science, Electrical Engineering or equivalent. Junior developers and self-educated programmers are also welcome to apply
• Good knowledge of the English language (oral and written).
• Willing to stay/work in Bumi Serpong Damai, Tangerang.
• Sun/Java certification would be an advantage.

An attractive compensation package and a lot of opportunities for career development await the successful candidates. If your qualification matches these requirements and if you want to be part of a fast growing international software company, please send your comprehensive resume in English within 2 weeks after this advertisement to:

hrd@isa.realobjects.de
(cc to: sylvia@isa.realobjects.de)

Only short listed candidates will be notified.

menarik nih 🙂 silahkan..
-a-
Software Design Competition adalah suatu ajang yang kompetitif untuk meningkatkan kepedulian terhadap “Future Public Service” di Indonesia dan kreatifitas mahasiswa dalam menciptakan suatu desain perangkat lunak yang mudah digunakan oleh masyarakat. Terlebih lagi di masa depan, layanan yang bersifat publik sudah seharusnya dikendalikan oleh otomatisasi berbasis komputer dan diharapkan dapat memberikan ide yang menarik untuk membantu kemajuan pelayanan publik di Indonesia pada khususnya.

Syarat Read the rest of this entry »

Antara FB, WP, dan Plurk

February 3, 2009

Gara-gara social networking yang ditawarkan fb membius saya, akhirnya situs yang rutin saya cek adalah fb. lupa, ada blog ini :D, juga multiply saya. pada dasarnya saya  memang bukan blogger sejati – yang rajin memposting; bukan so sibuuukk.. tapi ga cukup bandwidht. cita-cita terbesar saya dalam berkarir di WP adalah Read the rest of this entry »

Nenek Cantik

February 3, 2009

ah judulnya memang sengaja provokasi. dari blog stat, terlihat bahwa posting saya mengenai mahasiswi cantik merupakan top search karena kata “mahasiswi” dan atau “cantik”-nya itu .  ini pasti orang-orang yang mencari mahasiswi dan atau cantik. padahal saya murni menceritakan mahasiswi saya, Read the rest of this entry »

Self Test 5

February 3, 2009

1.      Given the following code:
public class OrtegorumFunction {
public int computeDiscontinuous(int x) {
int r = 1;
r += X;
if ((x > 4) && (x < 10)) {
r += 2 * x;
} else (x <= 4) {
r += 3 * x;
} else {
r += 4 * x;
}
r += 5 * x;
return r;
}

public static void main(String [] args) {
OrtegorumFunction o = new OrtegorumFunction();
System.out.println(“OF(11) is: ” + o.computeDiscontinuous (11));
}
}
What is the result?
Read the rest of this entry »