Skip to main content

Home/ Diigo In Education/ Group items tagged tutorial java

Rss Feed Group items tagged

Greg Brandenburg

JavaRanch - A Friendly Place for Java Greenhorns - 22 views

  •  
    Good resource for Java classes
Greg Brandenburg

Flex/ActionScript/C++/Scratch/Alice/C#/Java/JavaScript/XML Programming, by Richard G Ba... - 12 views

  •  
    Computer programming tutorials
Jo French

Graphs of Functions and Algebra - Interactive Tutorials - 133 views

  •  
    "Free tutorials using java applets to explore, interactively, important topics in precalculus such as quadratic, rational, exponential, logarithmic, trigonometric, polynomial, absolute value functions and their graphs. Equations of lines, circles, ellipses, hyperbolas and parabolas are also explored interactively. Graph shifting, scaling and reflection are also included. The definition and properties of inverse functions are thoroughly investigated. A graphical approach to 2 by 2 systems of equations is included. "
Randy Rodgers

Greenfoot - 48 views

  •  
    Simple tool that helps students learn to program in Java.
acarraro

Intrinsic Locks and Synchronization (The Java™ Tutorials > Essential Classes ... - 3 views

  • When a thread releases an intrinsic lock, a happens-before relationship is established between that action and any subsequent acquisition of the same lock.
    • acarraro
       
      Come un commit di una transazione
  • When a thread invokes a synchronized method, it automatically acquires the intrinsic lock for that method's object and releases it when the method returns. The lock release occurs even if the return was caused by an uncaught exception.
  • what happens when a static synchronized method is invoked
  • ...2 more annotations...
  • public void addName(String name) { synchronized(this) { lastName = name; nameCount++; } nameList.add(name); }
  • Allowing a thread to acquire the same lock more than once enables reentrant synchronization.
Christina Wilson

Molecular Expressions: Science, Optics and You - Secret Worlds: The Universe Within - I... - 27 views

  •  
    St with the universe and get closer until you get to the subatomic level Great so use in a variety of grades.
1 - 10 of 10
Showing 20 items per page