examples.javacodegeeks.com Open in urlscan Pro
2606:4700:20::681a:31d  Public Scan

Submitted URL: http://examples.javacodegeeks.com/
Effective URL: https://examples.javacodegeeks.com/
Submission: On January 12 via manual from IN — Scanned from DE

Form analysis 3 forms found in the DOM

GET //examples.javacodegeeks.com/

<form method="get" id="searchform" action="//examples.javacodegeeks.com/">
  <button class="search-button" type="submit" value="Search"></button>
  <input type="text" id="s" name="s" value="Search..." onfocus="if (this.value == 'Search...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search...';}">
</form>

POST

<form id="mc4wp-form-1" class="mc4wp-form mc4wp-form-19274 mc4wp-form-theme mc4wp-form-theme-red mc4wp-ajax" method="post" data-id="19274" data-name="Home">
  <div class="mc4wp-form-fields">
    <div class="nlbox1">
      <h1>Do you want to know how to develop your skillset to become a <span style="color: #CAB43D; text-shadow: 1px 1px #835D5D;">Java Rockstar?</span></h1>
      <div style="background: url('/wp-content/uploads/2015/01/books_promo.png.webp') no-repeat; float:left; padding: 75px 145px 310px 170px; margin-top: -10px; margin-left: -35px;"></div>
      <table style="margin-top: 20px; padding-left: 20px;">
        <tbody>
          <tr>
            <td style="vertical-align:top;">
              <h2>Subscribe to our newsletter to start Rocking <span style="text-decoration: underline;">right now!</span></h2>
              <h3>To get you started we give you our best selling eBooks for <span style="color:#e01404; text-shadow: 1px 1px #C99924; font-size: 20px; line-height: 25px;">FREE!</span></h3>
              <p>&nbsp;</p>
              <h3><strong>1.</strong> JPA Mini Book</h3>
              <h3><strong>2.</strong> JVM Troubleshooting Guide</h3>
              <h3><strong>3.</strong> JUnit Tutorial for Unit Testing</h3>
              <h3><strong>4.</strong> Java Annotations Tutorial<!--3--></h3>
              <h3><strong>5.</strong> Java Interview Questions</h3>
              <p>&nbsp;</p>
              <h3>and many more ....</h3>
              <p>&nbsp;</p>
              <p>
                <label for="mc4wp_email"><span style="font-weight: bold; font-size: 13pt;">Email address: </span></label>
                <input type="email" id="mc4wp_email" name="EMAIL" required="" placeholder="Your email address">
              </p>
              <p>&nbsp;</p>
              <input type="submit" value="Sign up">
            </td>
          </tr>
        </tbody>
      </table>
    </div>
  </div><label style="display: none !important;">Leave this field empty if you're human: <input type="text" name="_mc4wp_honeypot" value="" tabindex="-1" autocomplete="off"></label><input type="hidden" name="_mc4wp_timestamp"
    value="1641996540"><input type="hidden" name="_mc4wp_form_id" value="19274"><input type="hidden" name="_mc4wp_form_element_id" value="mc4wp-form-1">
  <div class="mc4wp-response"></div>
</form>

POST

<form id="mc4wp-form-2" class="mc4wp-form mc4wp-form-12570 mc4wp-form-theme mc4wp-form-theme-red mc4wp-ajax" method="post" data-id="12570" data-name="Sidebar">
  <div class="mc4wp-form-fields">
    <span style="text-shadow: 1px 1px #D0D0D0; font-weight: bold; font-size: 14pt; display: inline;">110,667</span> insiders are already enjoying weekly updates and complimentary whitepapers!<p>
      <span style="text-shadow: 1px 1px #D0D0D0; font-weight: bold; font-size: 14pt; display: inline;">Join them now</span> to gain <span style="text-decoration: underline;  font-size: 14pt;">exclusive access</span> to the latest news in the Java
      world, as well as insights about Android, Scala, Groovy and other related technologies.
    </p>
    <p>
      <label for="mc4wp_email"><span style="font-weight: bold; font-size: 13pt;">Email address: </span></label>
      <input type="email" id="mc4wp_email" name="EMAIL" required="" placeholder="Your email address">
    </p>
    <input name="INTERESTS[ac753d2915][]" type="checkbox" value="173426236c" checked="true"> <span>Receive Java &amp; Developer job alerts in your Area</span>
    <p>&nbsp;</p>
    <input type="submit" value="Sign up">
  </div><label style="display: none !important;">Leave this field empty if you're human: <input type="text" name="_mc4wp_honeypot" value="" tabindex="-1" autocomplete="off"></label><input type="hidden" name="_mc4wp_timestamp"
    value="1641996540"><input type="hidden" name="_mc4wp_form_id" value="12570"><input type="hidden" name="_mc4wp_form_element_id" value="mc4wp-form-2">
  <div class="mc4wp-response"></div>
</form>

Text Content

 * News
 * Knowledge Base
   * Tutorials
   * Resources
   * Courses
   * Minibooks
 * Deals
 * About
   * About JCGs
   * Advertising
   * Terms of Use
   * Privacy Policy

Go to... News Knowledge Base     – Tutorials    – Resources    – Courses   
– Minibooks Deals About     – About JCGs    – Advertising    – Terms of Use   
– Privacy Policy


EXAMPLES JAVA CODE GEEKS JAVA EXAMPLES AND CODE SNIPPETS



 * Android
   * core
     * activity
     * animation
     * app
       * ActionBar
       * Activity
       * Fragment
       * ListActivity
     * Bluetooth
       * BluetoothAdapter
     * camera
     * content
       * BroadcastReceiver
       * ContentProvider
       * Intent
       * SharedPreferences
     * database
       * sqlite
         * SQLiteDatabase
     * Email
     * google maps
     * graphics
       * Canvas
     * hardware
       * Camera
       * Sensor
     * location
     * media
       * AudioManager
       * MediaRecorder
     * network
     * os
       * AsyncTask
       * Handler
       * SystemClock
     * PackageManager
     * preference
     * provider
       * ContactsContract
     * publishing
     * Service
     * socket
     * telephony
       * PhoneStateListener
       * SmsManager
       * TelephonyManager
     * text-to-speech
     * Thread
     * ui
       * AlertDialog
       * AnalogClock
       * Button
       * CheckBox
       * component
       * DatePicker
       * Dialog
       * DigitalClock
       * Drag and Drop
       * Events
       * ExpandableListView
       * GridView
       * HorizontalScrollView
       * ImageButton
       * ImageView
       * LinearLayout
       * ListView
       * Notifications
       * Password
       * ProgressBar
       * ProgressDialog
       * RadioButton
       * RadioGroup
       * RatingBar
       * RelativeLayout
       * ScrollView
       * Selector
       * Settings
       * Spinner
       * SurfaceView
       * TextBox
       * TimePicker
       * Toast
       * ToggleButton
       * WebView
     * view
       * Menu
       * OnClickListener
       * ViewPager
     * widget
       * AutoCompleteTextView
       * EditText
       * FrameLayout
       * SeekBar
       * SlidingDrawer
       * StackView
       * TextView
       * ViewFlipper
     * xml
   * games
     * canvas
     * main loop
     * OpenGL ES
 * Core Java
   * animation
   * apache
     * ANT
     * commons
       * beanutils
         * converters
           * ArrayConverter
       * cli
         * BasicParser
       * codec
         * binary
           * Base64
           * Base64OutputStream
       * csv
       * dbcp
         * BasicDatasource
         * PoolingConnection
       * io
         * comparator
           * CompositeFileComparator
           * DirectoryFileComparator
           * LastModifiedFileComparator
           * NameFileComparator
           * PathFileComparator
         * FilenameUtils
         * FileUtils
         * IOUtils
         * monitor
           * FileAlterationMonitor
       * lang3
         * CharUtils
         * ClassPathUtils
         * math
           * Fraction
           * NumberUtils
         * StringUtils
       * logging
         * Logfactory
       * net
         * CookieStore
         * FTPClient
         * URLClassLoader
         * URLConnection
     * lucene
   * applet
   * aspectj
   * beans
   * cajo
   * Character
   * class
   * Comperable
   * crypto
   * Design Patterns
     * decorator
     * strategy
   * Generics
   * Gradle
   * gson
     * GsonBuilder
     * stream
       * JsonReader
       * JsonWriter
   * io
     * BufferedInputStream
     * BufferedOutputStream
     * BufferedReader
     * BufferedWriter
     * ByteArrayInputStream
     * ByteArrayOutputStream
     * Console
     * DataInputStream
     * DataOutputStream
     * Externalizable
     * File
     * FileDescriptor
     * FileInputStream
     * FilenameFilter
     * FileOutputStream
     * FileReader
     * FileWriter
     * InputStream
     * InputStreamReader
     * IOException
     * ObjectInputStream
     * ObjectOutputStream
     * OutputStream
     * PrintWriter
     * RandomAccessFile
     * Serializable
     * StreamTokenizer
     * StringReader
     * StringWriter
   * json
     * Jackson
     * JSON.Simple
   * junit
   * lang
     * management
     * NumberFormatException
     * ProcessBuilder
     * ReferenceQueue
     * Runnable
     * Runtime
     * String
     * StringBuffer
     * StringBuilder
     * System
   * math
   * Mockito
   * net
     * Authenticator
     * ConnectException
     * CookieManager
     * CookieStore
     * DatagramPacket
     * HttpCookie
     * InetAddress
     * JarURLConnection
     * MalformedURLException
     * MulticastSocket
     * NetworkInterface
     * ServerSocket
     * Socket
     * SocketException
     * SocketTimeoutException
     * UnknownHostException
     * URISyntaxException
     * URL
     * URLClassLoader
     * URLConnection
     * URLDecoder
     * URLEncoder
   * nio
     * Buffer
     * ByteBuffer
     * channels
       * AsynchronousChannelGroup
       * AsynchronousFileChannel
       * AsynchronousSocketChannel
       * CompletionHandler
       * FileLock
       * ScatteringByteChannel
       * Selector
       * spi
         * SelectorProvider
     * CharBuffer
     * file
       * Path
       * WatchEvent
     * FileChannel
     * FileLock
     * MappedByteBuffer
   * PowerMockito
   * reflection
   * rmi
     * RemoteException
   * script
   * security
     * InvalidKeyException
     * MessageDigest
   * sql
     * BatchUpdateException
     * DatabaseMetaData
     * PreparedStatement
     * ResultSet
     * ResultSetMetaData
   * String
   * sun
     * net
       * httpserver
         * Filter
         * HttpServer
   * text
     * DecimalFormat
     * MessageFormat
     * ParseException
   * threads
     * UncaughtExceptionHandler
   * Time
   * util
     * ArrayList
     * Arrays
     * Base64
     * Calendar
     * Collections
     * Comparator
       * DefaultFileComparator
     * concurrent
       * ArrayBlockingQueue
       * atomic
         * AtomicBoolean
         * AtomicInteger
         * AtomicIntegerArray
         * AtomicLongArray
         * AtomicReference
       * CompletableFuture
       * CompletionService
       * ConcurrentHashMap
       * ConcurrentNavigableMap
       * ConcurrentSkipListMap
       * CopyOnWriteArrayList
       * CopyOnWriteArraySet
       * CountDownLatch
       * CyclicBarrier
       * DelayQueue
       * Exchanger
       * ExecutorService
       * ForkJoinWorkerThread
       * FutureTask
       * LinkedBlockingQueue
       * locks
         * AbstractQueuedSynchronizer
         * Condition
         * ReadWriteLock
         * ReentrantLock
       * Phaser
       * RecursiveTask
       * RejectedExecutionException
       * RejectedExecutionHandler
       * RunnableFuture
       * RunnableScheduledFuture
       * ScheduledExecutorService
       * ScheduledThreadPoolExecutor
       * Semaphore
       * SynchronousQueue
       * ThreadFactory
       * ThreadLocalRandom
     * Currency
     * Date
     * Deque
     * EnumMap
     * Function
       * Functional Interface
     * HashMap
     * HashSet
     * Hashtable
     * Iterator
     * jar
     * LinkedHashMap
     * LinkedHashSet
     * LinkedList
     * List
     * Locale
     * logging
     * MissingResourceException
     * Observer
     * Optional
     * Preferences
     * PriorityQueue
     * Properties
     * Queue
     * Random
     * regex
       * Matcher
       * Pattern
       * PatternSyntaxException
     * ResourceBundle
     * Scanner
     * Set
     * StringTokenizer
     * Timer
     * TimerTask
     * TreeMap
     * TreeSet
     * Vector
     * zip
       * FileInputStream
       * GZIPOutputStream
       * ZipInputStream
       * ZipOutputStream
   * xml
     * bind
       * JAXBContext
     * DOM
     * JDOM
     * parsers
       * DocumentBuilder
       * DocumentBuilderFactory
       * SAXParser
     * SAX
     * transform
       * Transformer
       * TransformerFactory
     * XPath
 * Desktop Java
   * accessibility
   * awt
     * datatransfer
     * dnd
     * event
     * font
     * geom
     * GridLayout
     * image
     * print
   * IDE
     * Eclipse
     * IntelliJ IDEA
     * NetBeans
   * imageio
   * JavaFX
     * ComboBox
     * DatePicker
     * Dialog
     * Event
     * FXML
     * ListView
     * Scene
       * Chart
       * Image
     * TableView
     * Text
   * JFreeChart
   * print
   * sound
   * swing
     * JButton
     * JCheckbox
     * JColorChooser
     * JDialog
     * JFileChooser
     * JFrame
     * JLabel
     * JLayer
     * JList
     * JRadioButton
     * JScrollPane
     * JSplitPane
     * JTabbedPane
     * JTable
     * JTextField
   * xuggler
   * youtube
 * Enterprise Java
   * Apache Camel
   * Apache Hadoop
   * Apache HTTP Client
   * Apache JMeter
   * Apache Solr
   * ejb3
     * Injection
     * Stateful Session Bean
     * Stateless Session Bean
     * Timer
     * Transactions
     * Web Services
   * gwt
   * hibernate
   * HikariCP
   * html
   * jetty
   * jms
   * jmx
   * jpa
   * jsf
   * JBoss Drools
   * JBoss WildFly
   * jsp
   * jstl
   * jws
   * Log4j
   * Logback
   * mail
   * Maven
   * mchange
     * c3p0
   * mybatis
   * naming
   * Ninja Web Framework
   * Quartz
   * rest
     * jersey
     * resteasy
   * Selenium
   * servlet
   * SLF4J
   * SNMP4J
   * spring
     * AOP
     * Batch
     * Beans
     * Boot
     * Integration
     * Data
     * JDBC
     * JPA/ORM
     * Mail
     * MVC
     * security
     * Session
     * SpEl
     * Web Flow
   * sql
     * rowset
       * JdbcRowSet
     * RowSetMetaData
   * Struts 2
   * TestNG
   * Tomcat
   * Vaadin
   * ws-soa
 * Java Basics
   * arrays
   * break/continue statement
   * data types
     * Enum
     * primitives
   * exceptions
   * for loop
   * generics
   * if/else statement
   * installation
   * jdt
   * Lambdas
   * operators
   * statics
   * String
   * switch statement
   * synchronized
   * try/catch/finally
   * web start
   * while loop
 * JVM Languages
   * Groovy
     * Grails
   * Scala
 * Python
 * Software Development
   * Amazon AWS
   * Atlassian
     * Connect
   * ElasticSearch
   * Git
   * MongoDB
 * DevOps
   * Docker

Go to... Android     – core     –    – activity    –    – animation    –   
– app     –    –    – ActionBar    –    –    – Activity    –    –    – Fragment 
  –    –    – ListActivity    –    – Bluetooth     –    –    – BluetoothAdapter 
  –    – camera    –    – content     –    –    – BroadcastReceiver    –    –   
– ContentProvider    –    –    – Intent    –    –    – SharedPreferences    –   
– database     –    –    – sqlite     –    –    –    – SQLiteDatabase    –   
– Email    –    – google maps    –    – graphics     –    –    – Canvas    –   
– hardware     –    –    – Camera    –    –    – Sensor    –    – location    – 
  – media     –    –    – AudioManager    –    –    – MediaRecorder    –   
– network    –    – os     –    –    – AsyncTask    –    –    – Handler    –   
–    – SystemClock    –    – PackageManager    –    – preference    –   
– provider     –    –    – ContactsContract    –    – publishing    –   
– Service    –    – socket    –    – telephony     –    –   
– PhoneStateListener    –    –    – SmsManager    –    –    – TelephonyManager 
  –    – text-to-speech    –    – Thread    –    – ui     –    –   
– AlertDialog    –    –    – AnalogClock    –    –    – Button    –    –   
– CheckBox    –    –    – component    –    –    – DatePicker    –    –   
– Dialog    –    –    – DigitalClock    –    –    – Drag and Drop    –    –   
– Events    –    –    – ExpandableListView    –    –    – GridView    –    –   
– HorizontalScrollView    –    –    – ImageButton    –    –    – ImageView    – 
  –    – LinearLayout    –    –    – ListView    –    –    – Notifications    – 
  –    – Password    –    –    – ProgressBar    –    –    – ProgressDialog    – 
  –    – RadioButton    –    –    – RadioGroup    –    –    – RatingBar    –   
–    – RelativeLayout    –    –    – ScrollView    –    –    – Selector    –   
–    – Settings    –    –    – Spinner    –    –    – SurfaceView    –    –   
– TextBox    –    –    – TimePicker    –    –    – Toast    –    –   
– ToggleButton    –    –    – WebView    –    – view     –    –    – Menu    – 
  –    – OnClickListener    –    –    – ViewPager    –    – widget     –    –   
– AutoCompleteTextView    –    –    – EditText    –    –    – FrameLayout    – 
  –    – SeekBar    –    –    – SlidingDrawer    –    –    – StackView    –   
–    – TextView    –    –    – ViewFlipper    –    – xml    – games     –   
– canvas    –    – main loop    –    – OpenGL ES Core Java     – animation   
– apache     –    – ANT    –    – commons     –    –    – beanutils     –    – 
  –    – converters     –    –    –    –    – ArrayConverter    –    –    – cli
    –    –    –    – BasicParser    –    –    – codec     –    –    –   
– binary     –    –    –    –    – Base64    –    –    –    –   
– Base64OutputStream    –    –    – csv    –    –    – dbcp     –    –    –   
– BasicDatasource    –    –    –    – PoolingConnection    –    –    – io     – 
  –    –    – comparator     –    –    –    –    – CompositeFileComparator    – 
  –    –    –    – DirectoryFileComparator    –    –    –    –   
– LastModifiedFileComparator    –    –    –    –    – NameFileComparator    –   
–    –    –    – PathFileComparator    –    –    –    – FilenameUtils    –    – 
  –    – FileUtils    –    –    –    – IOUtils    –    –    –    – monitor    
–    –    –    –    – FileAlterationMonitor    –    –    – lang3     –    –   
–    – CharUtils    –    –    –    – ClassPathUtils    –    –    –    – math    
–    –    –    –    – Fraction    –    –    –    –    – NumberUtils    –    –   
–    – StringUtils    –    –    – logging     –    –    –    – Logfactory    – 
  –    – net     –    –    –    – CookieStore    –    –    –    – FTPClient   
–    –    –    – URLClassLoader    –    –    –    – URLConnection    –   
– lucene    – applet    – aspectj    – beans    – cajo    – Character   
– class    – Comperable    – crypto    – Design Patterns     –    – decorator   
–    – strategy    – Generics    – Gradle    – gson     –    – GsonBuilder    – 
  – stream     –    –    – JsonReader    –    –    – JsonWriter    – io     –   
– BufferedInputStream    –    – BufferedOutputStream    –    – BufferedReader   
–    – BufferedWriter    –    – ByteArrayInputStream    –   
– ByteArrayOutputStream    –    – Console    –    – DataInputStream    –   
– DataOutputStream    –    – Externalizable    –    – File    –   
– FileDescriptor    –    – FileInputStream    –    – FilenameFilter    –   
– FileOutputStream    –    – FileReader    –    – FileWriter    –   
– InputStream    –    – InputStreamReader    –    – IOException    –   
– ObjectInputStream    –    – ObjectOutputStream    –    – OutputStream    –   
– PrintWriter    –    – RandomAccessFile    –    – Serializable    –   
– StreamTokenizer    –    – StringReader    –    – StringWriter    – json     – 
  – Jackson    –    – JSON.Simple    – junit    – lang     –    – management   
–    – NumberFormatException    –    – ProcessBuilder    –    – ReferenceQueue 
  –    – Runnable    –    – Runtime    –    – String    –    – StringBuffer   
–    – StringBuilder    –    – System    – math    – Mockito    – net     –   
– Authenticator    –    – ConnectException    –    – CookieManager    –   
– CookieStore    –    – DatagramPacket    –    – HttpCookie    –   
– InetAddress    –    – JarURLConnection    –    – MalformedURLException    –   
– MulticastSocket    –    – NetworkInterface    –    – ServerSocket    –   
– Socket    –    – SocketException    –    – SocketTimeoutException    –   
– UnknownHostException    –    – URISyntaxException    –    – URL    –   
– URLClassLoader    –    – URLConnection    –    – URLDecoder    –   
– URLEncoder    – nio     –    – Buffer    –    – ByteBuffer    –    – channels
    –    –    – AsynchronousChannelGroup    –    –    – AsynchronousFileChannel 
  –    –    – AsynchronousSocketChannel    –    –    – CompletionHandler    –   
–    – FileLock    –    –    – ScatteringByteChannel    –    –    – Selector   
–    –    – spi     –    –    –    – SelectorProvider    –    – CharBuffer    – 
  – file     –    –    – Path    –    –    – WatchEvent    –    – FileChannel   
–    – FileLock    –    – MappedByteBuffer    – PowerMockito    – reflection   
– rmi     –    – RemoteException    – script    – security     –   
– InvalidKeyException    –    – MessageDigest    – sql     –   
– BatchUpdateException    –    – DatabaseMetaData    –    – PreparedStatement   
–    – ResultSet    –    – ResultSetMetaData    – String    – sun     –    – net
    –    –    – httpserver     –    –    –    – Filter    –    –    –   
– HttpServer    – text     –    – DecimalFormat    –    – MessageFormat    –   
– ParseException    – threads     –    – UncaughtExceptionHandler    – Time   
– util     –    – ArrayList    –    – Arrays    –    – Base64    –   
– Calendar    –    – Collections    –    – Comparator     –    –   
– DefaultFileComparator    –    – concurrent     –    –    – ArrayBlockingQueue 
  –    –    – atomic     –    –    –    – AtomicBoolean    –    –    –   
– AtomicInteger    –    –    –    – AtomicIntegerArray    –    –    –   
– AtomicLongArray    –    –    –    – AtomicReference    –    –   
– CompletableFuture    –    –    – CompletionService    –    –   
– ConcurrentHashMap    –    –    – ConcurrentNavigableMap    –    –   
– ConcurrentSkipListMap    –    –    – CopyOnWriteArrayList    –    –   
– CopyOnWriteArraySet    –    –    – CountDownLatch    –    –   
– CyclicBarrier    –    –    – DelayQueue    –    –    – Exchanger    –    –   
– ExecutorService    –    –    – ForkJoinWorkerThread    –    –    – FutureTask 
  –    –    – LinkedBlockingQueue    –    –    – locks     –    –    –   
– AbstractQueuedSynchronizer    –    –    –    – Condition    –    –    –   
– ReadWriteLock    –    –    –    – ReentrantLock    –    –    – Phaser    –   
–    – RecursiveTask    –    –    – RejectedExecutionException    –    –   
– RejectedExecutionHandler    –    –    – RunnableFuture    –    –   
– RunnableScheduledFuture    –    –    – ScheduledExecutorService    –    –   
– ScheduledThreadPoolExecutor    –    –    – Semaphore    –    –   
– SynchronousQueue    –    –    – ThreadFactory    –    –   
– ThreadLocalRandom    –    – Currency    –    – Date    –    – Deque    –   
– EnumMap    –    – Function     –    –    – Functional Interface    –   
– HashMap    –    – HashSet    –    – Hashtable    –    – Iterator    –   
– jar    –    – LinkedHashMap    –    – LinkedHashSet    –    – LinkedList    – 
  – List    –    – Locale    –    – logging    –    – MissingResourceException 
  –    – Observer    –    – Optional    –    – Preferences    –   
– PriorityQueue    –    – Properties    –    – Queue    –    – Random    –   
– regex     –    –    – Matcher    –    –    – Pattern    –    –   
– PatternSyntaxException    –    – ResourceBundle    –    – Scanner    –   
– Set    –    – StringTokenizer    –    – Timer    –    – TimerTask    –   
– TreeMap    –    – TreeSet    –    – Vector    –    – zip     –    –   
– FileInputStream    –    –    – GZIPOutputStream    –    –    – ZipInputStream 
  –    –    – ZipOutputStream    – xml     –    – bind     –    –   
– JAXBContext    –    – DOM    –    – JDOM    –    – parsers     –    –   
– DocumentBuilder    –    –    – DocumentBuilderFactory    –    –   
– SAXParser    –    – SAX    –    – transform     –    –    – Transformer    – 
  –    – TransformerFactory    –    – XPath Desktop Java     – accessibility   
– awt     –    – datatransfer    –    – dnd    –    – event    –    – font    – 
  – geom    –    – GridLayout    –    – image    –    – print    – IDE     –   
– Eclipse    –    – IntelliJ IDEA    –    – NetBeans    – imageio    – JavaFX  
  –    – ComboBox    –    – DatePicker    –    – Dialog    –    – Event    –   
– FXML    –    – ListView    –    – Scene     –    –    – Chart    –    –   
– Image    –    – TableView    –    – Text    – JFreeChart    – print   
– sound    – swing     –    – JButton    –    – JCheckbox    –   
– JColorChooser    –    – JDialog    –    – JFileChooser    –    – JFrame    – 
  – JLabel    –    – JLayer    –    – JList    –    – JRadioButton    –   
– JScrollPane    –    – JSplitPane    –    – JTabbedPane    –    – JTable    – 
  – JTextField    – xuggler    – youtube Enterprise Java     – Apache Camel   
– Apache Hadoop    – Apache HTTP Client    – Apache JMeter    – Apache Solr   
– ejb3     –    – Injection    –    – Stateful Session Bean    –    – Stateless
Session Bean    –    – Timer    –    – Transactions    –    – Web Services   
– gwt    – hibernate    – HikariCP    – html    – jetty    – jms    – jmx   
– jpa    – jsf    – JBoss Drools    – JBoss WildFly    – jsp    – jstl    – jws 
  – Log4j    – Logback    – mail    – Maven    – mchange     –    – c3p0   
– mybatis    – naming    – Ninja Web Framework    – Quartz    – rest     –   
– jersey    –    – resteasy    – Selenium    – servlet    – SLF4J    – SNMP4J   
– spring     –    – AOP    –    – Batch    –    – Beans    –    – Boot    –   
– Integration    –    – Data    –    – JDBC    –    – JPA/ORM    –    – Mail   
–    – MVC    –    – security    –    – Session    –    – SpEl    –    – Web
Flow    – sql     –    – rowset     –    –    – JdbcRowSet    –   
– RowSetMetaData    – Struts 2    – TestNG    – Tomcat    – Vaadin   
– ws-soa Java Basics     – arrays    – break/continue statement    – data types
    –    – Enum    –    – primitives    – exceptions    – for loop   
– generics    – if/else statement    – installation    – jdt    – Lambdas   
– operators    – statics    – String    – switch statement    – synchronized   
– try/catch/finally    – web start    – while loop JVM Languages     – Groovy  
  –    – Grails    – Scala Python Software Development     – Amazon AWS   
– Atlassian     –    – Connect    – ElasticSearch    – Git    – MongoDB DevOps  
  – Docker


DO YOU WANT TO KNOW HOW TO DEVELOP YOUR SKILLSET TO BECOME A JAVA ROCKSTAR?




SUBSCRIBE TO OUR NEWSLETTER TO START ROCKING RIGHT NOW!


TO GET YOU STARTED WE GIVE YOU OUR BEST SELLING EBOOKS FOR FREE!

 


1. JPA MINI BOOK


2. JVM TROUBLESHOOTING GUIDE


3. JUNIT TUTORIAL FOR UNIT TESTING


4. JAVA ANNOTATIONS TUTORIAL


5. JAVA INTERVIEW QUESTIONS

 


AND MANY MORE ....

 

Email address:

 

Leave this field empty if you're human:



JSON EXAMPLE

Odysseas Mourtzoukos January 12th, 2022



In this article, we will explain JSON using examples. 1. What is JSON JSON is an
acronym for JavaScript Object Notation. It supports data structures like objects
and arrays, so, it is easy to write and read data from JSON. It is a
language-independent data format. It supports almost every kind of language,
framework, and library. 2. Why do we ...

Read More »



GETTING STARTED WITH KOTLIN AND SPRING BOOT

Yatin January 11th, 2022



Hello. In this tutorial, we will create a simple hello world Spring Boot
application in Kotlin. 1. Introduction Kotlin is a statically typed language. It
offers multiple features which makes a preferred choice among the open-source
developers: It is open-source and is distributed under the Apache License v2.0
Offers its compiler known as the Kompiler It is interoperable with Java ...

Read More »



GETTING STARTED WITH APACHE AIRFLOW

Bhagvan Kommadi January 10th, 2022



1. Introduction This is an in-depth article related to Apache Airflow. Airflow
was created in Airbnb in 2015. Airflow has 1000 contributors in the Apache
Community. Apache Airflow is used for automating tasks to improve efficiency.
These tasks are related to data collection, preprocessing, uploading, and
reporting. 2. Apache Airflow Apache Airflow is used as a workflow Automator and
scheduler ...

Read More »



SQL SERVER REPLACE() FUNCTION

Mary Zheng January 7th, 2022



1. Introduction SQL defines the REPLACE function which takes three required
arguments and returns a new string in which all occurrences of the substring are
replaced by a new substring. REPLACE(input_string_arg, searching_substring_arg,
replacing_substring_arg) input_string_arg – required, the searching source
data.searching_substring_arg – required, the substring to be
replaced.replacing_substring_arg – required, the replacement substring to be
used to replace the searching_substring_arg. Note: ...

Read More »



DOCKER DESKTOP FOR MAC OS AND WINDOWS

Bhagvan Kommadi January 6th, 2022



1. Introduction In this article, we will explain how to set up Docker Desktop on
Mac and Windows. Docker is used for creating apps in the Docker environment with
the packages required for building the apps. Docker helps in OS-level
virtualization. 2. Docker Desktop Docker is used in the development and building
of applications as a software package to create ...

Read More »



WHAT ARE TERRAFORM MODULES AND HOW TO USE THEM

Yatin January 5th, 2022



Hello. In this tutorial, we will understand Terraform modules. 1. Introduction
Terraform is a tool for building, changing, and versioning the infrastructure
safely and efficiently. It is used to manage the infrastructure of the popular
cloud service providers and custom in-house solutions. It helps manage both
low-level (Compute, Storage, Networking, etc.) and high-level components (such
as SaaS, DNS, etc.) Terraform ...

Read More »



HOW TO USE TERRAFORM LOCALS

Yatin January 4th, 2022



Hello. In this tutorial, we will understand Terraform locals. 1. Introduction
Terraform is a tool for building, changing, and versioning the infrastructure
safely and efficiently. It is used to manage the infrastructure of the popular
cloud service providers and custom in-house solutions. It helps manage both
low-level (Compute, Storage, Networking, etc.) and high-level components (such
as SaaS, DNS, etc.) Terraform ...

Read More »



IPYTHON TUTORIAL

Mohammad Meraj Zia January 3rd, 2022



In this tutorial, we will explain IPython and its features through examples. 1.
IPython Tutorial – Overview One of Python’s most useful features is its
interactive interpreter. It allows for very fast testing of ideas without the
overhead of creating test files as is typical in most programming languages.
However, the interpreter supplied with the standard Python distribution is
somewhat ...

Read More »



PYTHON SQLITE TUTORIAL

Yatin December 29th, 2021



Hello in this tutorial, we will explain the SQLite implementation in Python
flask. 1. Introduction SQLite is a software library that provides a relational
database management system. It is lightweight in terms of setup, database
administration, and required resources. It is self-contained, serverless,
zero-configuration, transactional. Self-contained means that it require minimal
support from the operating system or any external library ...

Read More »



CRUD OPERATIONS USING PYTHON FASTAPI

Yatin December 28th, 2021



Hello in this tutorial, we will implement the CRUD operations using the FastAPI
framework in Python. For the database, we will be using SQLite. 1. Introduction
FastAPI is a fast and high-performance web framework for building api with
python 3.6+. It offers many features like:  High performance Automatic
interactive code generation Offers great editor support and documentation 1.1
SQLite SQLite ...

Read More »

Page 1 of 37312345 » 102030...Last »

WHAT'S HOT


 * Arraylist in Java Example – How to use arraylist
 * Enumeration Java Example
 * Hadoop “Hello World” Example
 * How to Start a Blog with WordPress (Step by Step Guide for Blog Hosting)
 * Java Abstract Class Example
 * Java convert int to string Example
 * Java JSON parser Example
 * Java Map Example
 * Java String Array Example
 * Java Switch Case Example
 * java.lang.NullPointerException Example – How to handle Java Null Pointer
   Exception
 * String.format Java Example
 * Substring Java Example

COURSES


 * Advanced Java
 * Android UI Design – Basics
 * Apache HTTP Server Tutorial
 * Apache Lucene Fundamentals
 * Building web apps with Node.js
 * CouchDB – Database for the Web
 * Introduction to Nginx
 * Java Concurrency Essentials
 * Java Design Patterns
 * jOOQ – Type safe DB querying
 * Mockito Tutorial: Testing and Mocking with Mockito
 * MongoDB – A Scalable NoSQL DB
 * Redis a NoSQL key-value store
 * Spring Integration for EAI



NEWSLETTER


110,667 insiders are already enjoying weekly updates and complimentary
whitepapers!

Join them now to gain exclusive access to the latest news in the Java world, as
well as insights about Android, Scala, Groovy and other related technologies.

Email address:

Receive Java & Developer job alerts in your Area

 

Leave this field empty if you're human:



JOIN US



With 1,240,600 monthly unique visitors and over 500 authors we are placed among
the top Java related sites around. Constantly being on the lookout for partners;
we encourage you to join us. So If you have a blog with unique and interesting
content then you should check out our JCG partners program. You can also be a
guest writer for Java Code Geeks and hone your writing skills!





KNOWLEDGE BASE

 * Courses
 * Minibooks
 * News
 * Resources
 * Tutorials

THE CODE GEEKS NETWORK

 * .NET Code Geeks
 * Java Code Geeks
 * System Code Geeks
 * Web Code Geeks

HALL OF FAME

 * Android Alert Dialog Example
 * Android OnClickListener Example
 * How to convert Character to String and a String to Character Array in Java
 * Java Inheritance example
 * Java write to File Example
 * java.io.FileNotFoundException – How to solve File Not Found Exception
 * java.lang.arrayindexoutofboundsexception – How to handle Array Index Out Of
   Bounds Exception
 * java.lang.NoClassDefFoundError – How to solve No Class Def Found Error
 * JSON Example With Jersey + Jackson
 * Spring JdbcTemplate Example

ABOUT JAVA CODE GEEKS

JCGs (Java Code Geeks) is an independent online community focused on creating
the ultimate Java to Java developers resource center; targeted at the technical
architect, technical team lead (senior developer), project manager and junior
developers alike. JCGs serve the Java, SOA, Agile and Telecom communities with
daily news written by domain experts, articles, tutorials, reviews,
announcements, code snippets and open source projects.


DISCLAIMER

All trademarks and registered trademarks appearing on Java Code Geeks are the
property of their respective owners. Java is a trademark or registered trademark
of Oracle Corporation in the United States and other countries. Examples Java
Code Geeks is not connected to Oracle Corporation and is not sponsored by Oracle
Corporation.



Examples Java Code Geeks and all content copyright © 2010-2022, Exelixis Media
P.C. | Terms of Use | Privacy Policy | Contact
 | Do not share my Personal Information






WE CARE ABOUT YOUR PRIVACY!

When visiting our site, pre-selected companies may access and use certain
information on your device and about this web page to serve relevant ads or
personalised content. Please note that ads help keep our service free. Personal
data will be processed based on consent in accordance with Art.6(1)(a) of the
GDPR framework in EU law, or as legitimate interest in accordance with
Art.6(1)(f) of the same.


LEARN MORE WHY YOU ARE SEEING THIS

We, the 'Publisher', and a select group of trusted partners, known as 'Vendors',
need your consent for data-processing purposes. These purposes include to store
and/or access information on a device, like cookie management and to process
personal data such as standard information sent by a device and other unique
identifiers for personalised ads and content, ad and content measurement,
audience insights and product development. With your consent we and our partners
may use precise geolocation data and actively scan device characteristics for
identification.

You may consent to the processing described above or access more detailed
information and customise your choices. The given consent will apply to this
site only. Please take into consideration that some of your personal data
processing may rely on legitimate interest which does not require your consent
but you have a right to object to this.

You can always edit your preferences at any time in our site’s privacy policy
page.

Privacy Policy
Customise choices
Accept all & visit the site
Privacy Policy

Subscribe