Skip to content

Programatorska #3 - Java Mystery Cache

This cache has been archived.

AlienSVK: Nejak sa neviem dostat k riadnej udrzbe, takze archive

More
Hidden : 9/7/2014
Difficulty:
4 out of 5
Terrain:
1.5 out of 5

Size: Size:   other (other)

Join now to view geocache location details. It's free!

Watch

How Geocaching Works

Please note Use of geocaching.com services is subject to the terms and conditions in our disclaimer.

Geocache Description:


switch (language)
{
case SK:

Keška je súčasťou série mysteriek, v ktorej spoznate niekoľko programovacích jazykov s rôznymi paradigmami.

Java je objektovo orientovaný programovací jazyk navrhnutý tak, aby mal čo najmenej implementačných závislostí. Hlavnou myšlienkou je "write once, run anywhere" (napíš raz, spusti kdekoľvek), čo znamená, že kód ktorý raz beží na jednej platforme nie je nutné prekompilovať na to, aby bežal na inej. Java aplikácie sa kompilujú do bytecodu, ktorý môže bežať na akejkoľvek Java Virtual Machine (JVM) bez ohľadu na počítačovú architektúru. Java bola pôvodne vyvynutá Jamesom Goslingom zo Sun Microsystems (ktorý sa medzičasom spojil s Oracle Corporation) a vydaná bola v roku 1995. Syntax jazyka je z väčšej časti odvodená z jazykov C a C++, avšak ma menej nizkoúrovňových prvkov.

Súradnice sa dajú získať zo zrojového kódu nižšie. Na konci listingu sa nachádzajú odkazy na užitočné stránky a tutoriály, ktoré môžu s riešením pomôcť.
Dones si vlastne pero a z kesky si nezabudni opisat bonusove cislo :)
break;
case EN:

Cache is part of mystery cache series, which will show you some programming languages with different paradigms.

Java is object-oriented programming language that is specifically designed to have as few implementation dependencies as possible. It is intended to let application developers "write once, run anywhere", meaning that code that runs on one platform does not need to be recompiled to run on another. Java applications are typically compiled to bytecode that can run on any Java virtual machine (JVM) regardless of computer architecture. Java was originally developed by James Gosling at Sun Microsystems (which has since merged into Oracle Corporation) and released in 1995. The language derives much of its syntax from C and C++, but it has fewer low-level facilities than either of them.

You can get coordinates from the source code below. There are some links to useful pages and tutorials at the end of listing.
Bring your own pen and don't forget to write bonus number contained in cache :)
};


Source codes: 1, 2, 3 and 4

Useful links:
Official Java tutorial
Java beginner's guide (CZ)

You can check your answers for this puzzle on GeoChecker.com.

Additional Hints (Decrypt)

UHC

Decryption Key

A|B|C|D|E|F|G|H|I|J|K|L|M
-------------------------
N|O|P|Q|R|S|T|U|V|W|X|Y|Z

(letter above equals below, and vice versa)