Only 1 seat left!
We are conducting a comprehensive Core course that will provide the attendees with deep knowledge and expertise required to master the core part of the Java programming language and most importantly the best practices, as well as design concepts.
The course spans for 10-12 weeks/ 70 hrs and is intended for beginners and mid-level as well.
The course instructor is Bashar Faraneh, a Technical Manager & Java expert with over 13 years of developing enterprise projects using Java, as well as a Java Trainer for the same period.
Java Tech - JO
The Only Place for Specialized Professional Java Training, consultations & Services.
At Java Tech, we make sure to provide the best of Java consultations & the best quality Java based Training courses. We are specialized in Java based Services & Trainings of different technologies. Our consistent professional services made us the one & only place when you need anything related to Java.
18/12/2017
Join us this coming Wednesday!
Java Tech is glad to announce another new success story who had certified Java Programmer 6 after completing a course at Java Tech.
Our student: Odai Dahmous
Congratulations Odai, the certificate is a tough one but he successfully passed it with a excellent score 96%.
The registration for the Java and Android Courses are now open.. hurry up and reserve your seat in the best Java Courses in Jordan.
Java Tech Team
05/04/2013
The best and only place to learn Java in Jordan
We would like to thank you all for your support.
Java Tech the first and only Java and Android Specialized center in Jordan.
Thank you all. :)
15/03/2013
Java Tech Free Campaigns
15/03/2013
Java Tech at Jordan University!
Why we need Singleton Pattern ??
Java Tech in the University of Jordan.... Next Week!
Exchange Sort on an array
public static void ExchangeSort ( int [ ] num )
{
int i, j, temp;
for ( i = 0; i < num.length - 1; i ++ )
{
for ( j = i + 1; j < num.length; j ++ )
{
if( num[ i ] < num[ j ] ) //sorting into descending order
{
temp = num[ i ]; //swapping
num[ i ] = num[ j ];
num[ j ] = temp;
}
}
}
}
Our beloved members.. we were busy in the renovation and opening of our new offices. Finally it is done. Join us and be part of our family :)