POZAJMICE U PODUZEĆU

Datum: 26.09.2017.   Poduzeća mogu biti primatelj i davatelj pozajmice. Obje situacije mogu biti ugovarane sa fizičkim i pravnim osobama.... Continue reading →

DateTime in Java 8

Working with Dates in Java 8 is easy and intuitive. LocalDateTime currTime = LocalDateTime.now(); int currentYear = currTime.getYear(); int currentMonth... Continue reading →

Rule of 30

It’s more important to be careful in coming up with the right abstractions and algorithms and to write clean clear... Continue reading →

Useful features of Java 7

Folowing features are marked as most useful: ** Strings in switch ** try-with-resources statement ** Multi-catch this is allowed: catch... Continue reading →

try-with-resources Statement

static String readFirstLineFromFile(String path) throws IOException { try (BufferedReader br = new BufferedReader(new FileReader(path))) { return br.readLine(); } } When... Continue reading →

Oracle LISTAGG

For a specified measure, LISTAGG orders data within each group specified in the ORDER BY clause and then concatenates the... Continue reading →

Intersoft spricht deutsch

Hier werden blogs kopiert, die für die Schulung der Intersoft-Mitarbeiter dienen.

Intersoft savjeti o poduzetništvu

Dobrodošli korisnici Intersoft usluga. Ovdje će trajno biti dostupne novosti i informacije o poduzetništvu i knjigovodstvu. Lijep pozdrav, Lidija Andrašec