Java Puzzlers

Potyczki z Javą
  • Home
  • O stronie
  • Kontakt

Archiwum

Posty oznaczone ‘Byte’

Addition

24 marca, 2011 rafos 1 komentarz
  • Co pojawi się na ekranie po skompilowaniu i uruchomieniu poniższego kodu?
class Addition {
	private static Byte b = 0;
	public static void main(String... args) {
		b = 10;
		b += 10;
		System.out.println(b);
	}
}

Czytaj więcej…

Kategorie:Java Puzzle Tagi:Byte, varargs
RSS
  • Google
  • Youdao
  • Xian Guo
  • Zhua Xia
  • My Yahoo!
  • newsgator
  • Bloglines
  • iNezha

Random Posts

  • A Sea of Troubles
  • Generic Equality
  • Ground Round
  • Calculation
  • Size does matter vol 2

Tag Cloud

add append ArrayList Arrays asList assertEquals boolean Byte compound operator Date enum final HashSet int integer InterruptedException join JUnit List Long Math nextBoolean nextInt NullPointerException number Object random reflection remove round Runnable RuntimeException Set Short Singleton pattern size start static static import String StringBuffer ternary operator TestCase Thread varargs

Categories

  • Info
  • Java Puzzle

Blogroll

  • BlackBeltFactory.com
  • Blog IT – Rafał Roppel
  • JavaChamp.com
  • JavaCzyHerbata.pl
  • JavaPassion.com
  • JavaPuzzlers.com
  • JavaRanch.com
  • Praktyczne podejście do projektowania systemów dużej skali

Archives

  • marzec 2012
  • październik 2011
  • lipiec 2011
  • czerwiec 2011
  • maj 2011
  • marzec 2011

Meta

  • Zaloguj się
Góra WordPress
Copyright ©2011-2012 Java Puzzlers
Theme by NeoEase. Valid XHTML 1.1 and CSS 3.