Welcome to the world of Java examples, organized by categories and Java packages. Java examples (Java sample source code) help to understand functionality of various Java classes and methods as well as various programming techniques in a simple way, which is otherwise very hard to learn by readi...
Java example code to check if a number is even, odd or prime package com.as400samplecode; public class CheckMyNumber { public static void main(String[] args) { boolean even = false; boolean prime = true; int myNumber = Integer.parseInt(args[0].trim()); if(myNumber % 2 == 0){ ...
The code sampleshere, on this website Thesamples in the sample viewer Samples in GitHub Samples for Java are available in thearcgis-maps-sdk-java-samplesGitHub repository. With a free GitHub account, you can: Keep a local repository of the samples and sync whenever you see that updates have...
sample-ds.xml src/main/java/org/vaadin/addons/javaee/Props.java src/main/java/org/vaadin/addons/javaee/SamplePortalUI.java src/main/java/org/vaadin/addons/javaee/SamplePropertiesTranslations.java src/main/java/org/vaadin/addons/javaee/domain/Address.java src/main/java/org/vaadin/addons/jav...
Sample Code Code location:examples/SendDataMessage.java Code location:examples/SendNotifyMessage.java Code location:examples/SendTopicMessage.java 4. Send a message by conditions. Code location:examples/SendConditionMessage.java Code location:examples/SendInstanceAppMessage.java ...
Sample code for a java application that uses Elastic Beanstalk, S 3 , DynamoDB, and SQS to create a meme generation website and processing pipeline. For a demonstration of the application in action, see this talk from AWS re:Invent 2012: http://www.youtube.com/watch?v=YeRNEr D 81VA....
Lets build and run the function's code by starting the local Functions runtime host from the folder which has been cloned : Bash 复制 mvn clean package mvn azure-functions:run You should see that the worker process has been started and initialized. Run the WalletProducer....
Avitek Medical Records (or "MedRec") is a comprehensive educational sample application that demonstrates WebLogic Server and Java EE features, as well as best practices. If you select to install the Server Examples, Avitek Medical Records is available from the Start menu on Windows machines. On...
java Export The source code for Export is included in theJMStudio source for JMF 2.1.1. MediaPlayer Bean The MediaPlayer Java Bean is part of the API in the javax.media.bean.playerbean package. MediaPlayer can be instantiated directly and used to present one or more media streams. ...
msg-svr-base/examples To use the sample code Before running the makefile, set your library search path to include the directory: msg-svr-base/lib Compile the code using the Makefile.sample. Runapubandasubas follows in separate windows: ...