René's URL Explorer Experiment


Title: Java - Optional Class

Open Graph Title: Java - Optional Class

Description: Optional class was introduced in Java 8 to simplify null pointer exception handling in code. A null pointer exception can come in cases where a method or property of a null object is invoked in code.

Open Graph Description: Optional class was introduced in Java 8 to simplify null pointer exception handling in code. A null pointer exception can come in cases where a method or property of a null object is invoked in code.

Opengraph URL: https://www.tutorialspoint.com/java/java_optional_class.htm

direct link

Domain: www.tutorialspoint.com

NoneIE=edge
og:typearticle
og:imagehttps://www.tutorialspoint.com/images/tp_logo_436.png

Links:

Homehttps://www.tutorialspoint.com/
Whiteboardhttps://www.tutorialspoint.com/whiteboard.htm
Practice Codehttps://www.tutorialspoint.com/practice/index.htm
Graphing Calculatorhttps://www.tutorialspoint.com/online_graphing_calculator.htm
Online Compilershttps://www.tutorialspoint.com/codingground.htm
Articleshttps://www.tutorialspoint.com/articles/index.php
Toolshttps://www.tutorialspoint.com/online_dev_tools.htm
https://www.facebook.com/tutorialspointindia
https://x.com/tutorialspoint
https://www.youtube.com/channel/UCVLbzhxVTiTLiVKeGV7WEBg
https://www.linkedin.com/company/tutorialspoint/
https://www.instagram.com/tutorialspoint_/
https://www.tutorialspoint.com
Python Technologieshttps://www.tutorialspoint.com/python_technologies_tutorials.htm
Databaseshttps://www.tutorialspoint.com/database_tutorials.htm
Computer Programminghttps://www.tutorialspoint.com/computer_programming_tutorials.htm
Web Developmenthttps://www.tutorialspoint.com/web_development_tutorials.htm
Java Technologieshttps://www.tutorialspoint.com/java_technology_tutorials.htm
Computer Sciencehttps://www.tutorialspoint.com/computer_science_tutorials.htm
Mobile Developmenthttps://www.tutorialspoint.com/mobile_development_tutorials.htm
Big Data & Analyticshttps://www.tutorialspoint.com/big_data_tutorials.htm
Microsoft Technologieshttps://www.tutorialspoint.com/microsoft_technologies_tutorials.htm
DevOpshttps://www.tutorialspoint.com/devops_tutorials.htm
Latest Technologieshttps://www.tutorialspoint.com/latest_technologies.htm
Machine Learninghttps://www.tutorialspoint.com/machine_learning_tutorials.htm
Digital Marketinghttps://www.tutorialspoint.com/digital_marketing_tutorials.htm
Software Qualityhttps://www.tutorialspoint.com/software_quality_tutorials.htm
Management Tutorialshttps://www.tutorialspoint.com/management_tutorials.htm
View All Categorieshttps://www.tutorialspoint.com/top-categories.htm
Tutorialshttps://www.tutorialspoint.com/tutorialslibrary.htm
Courseshttps://market.tutorialspoint.com/index.asp
Jobshttps://www.tutorialspoint.com/jobs/index.htm
Loginhttps://market.tutorialspoint.com/login.jsp
Java - Homehttps://www.tutorialspoint.com/java/index.htm
Java - Overviewhttps://www.tutorialspoint.com/java/java_overview.htm
Java - Historyhttps://www.tutorialspoint.com/java/java-history.htm
Java - Featureshttps://www.tutorialspoint.com/java/java-features.htm
Java Vs. C++https://www.tutorialspoint.com/java/java-vs-cpp.htm
JVM - Java Virtual Machinehttps://www.tutorialspoint.com/java/java_jvm.htm
Java - JDK vs JRE vs JVMhttps://www.tutorialspoint.com/java/java-jdk-jre-jvm.htm
Java - Environment Setuphttps://www.tutorialspoint.com/java/java_environment_setup.htm
Java - Hello World Programhttps://www.tutorialspoint.com/java/java_hello_world.htm
Java - Commentshttps://www.tutorialspoint.com/java/java_comments.htm
Java - Basic Syntaxhttps://www.tutorialspoint.com/java/java_basic_syntax.htm
Java - Variableshttps://www.tutorialspoint.com/java/java_variable_types.htm
Java - Data Typeshttps://www.tutorialspoint.com/java/java_basic_datatypes.htm
Java - Type Castinghttps://www.tutorialspoint.com/java/java_type_casting.htm
Java - Unicode Systemhttps://www.tutorialspoint.com/java/java_unicode_system.htm
Java - User Inputhttps://www.tutorialspoint.com/java/java_user_input.htm
Java - Date & Timehttps://www.tutorialspoint.com/java/java_date_time.htm
Java - Operatorshttps://www.tutorialspoint.com/java/java_basic_operators.htm
Java - Arithmetic Operatorshttps://www.tutorialspoint.com/java/java_arithmatic_operators_examples.htm
Java - Assignment Operatorshttps://www.tutorialspoint.com/java/java_assignment_operators_examples.htm
Java - Relational Operatorshttps://www.tutorialspoint.com/java/java_relational_operators_examples.htm
Java - Logical Operatorshttps://www.tutorialspoint.com/java/java_logical_operators_examples.htm
Java - Bitwise Operatorshttps://www.tutorialspoint.com/java/java_bitwise_operators_examples.htm
Java Operator Precedence & Associativityhttps://www.tutorialspoint.com/java/java_operator_precedence_and_associativity.htm
Java - Unary Operatorshttps://www.tutorialspoint.com/java/java_unary_operators.htm
Java - Decision Makinghttps://www.tutorialspoint.com/java/java_decision_making.htm
Java - If Else Statementhttps://www.tutorialspoint.com/java/if_else_statement_in_java.htm
Java - Switch Statementhttps://www.tutorialspoint.com/java/switch_statement_in_java.htm
Java - Loop Controlhttps://www.tutorialspoint.com/java/java_loop_control.htm
Java - For Loophttps://www.tutorialspoint.com/java/java_for_loop.htm
Java - For-Each Loophttps://www.tutorialspoint.com/java/java_foreach_loop.htm
Java - While Loophttps://www.tutorialspoint.com/java/java_while_loop.htm
Java - Do While Loophttps://www.tutorialspoint.com/java/java_do_while_loop.htm
Java - Break Statementhttps://www.tutorialspoint.com/java/java_break_statement.htm
Java - Continue Statementhttps://www.tutorialspoint.com/java/java_continue_statement.htm
Java - OOPs Conceptshttps://www.tutorialspoint.com/java/java_oops_concepts.htm
Java - Object & Classeshttps://www.tutorialspoint.com/java/java_object_classes.htm
Java - Class Attributeshttps://www.tutorialspoint.com/java/java_class_attributes.htm
Java - Class Methodshttps://www.tutorialspoint.com/java/java_class_methods.htm
Java - Methodshttps://www.tutorialspoint.com/java/java_methods.htm
Java - Variables Scopehttps://www.tutorialspoint.com/java/java_variable_scope.htm
Java - Constructorshttps://www.tutorialspoint.com/java/java_constructors.htm
Java - Access Modifiershttps://www.tutorialspoint.com/java/java_access_modifiers.htm
Java - Inheritancehttps://www.tutorialspoint.com/java/java_inheritance.htm
Java - Aggregationhttps://www.tutorialspoint.com/java/java_aggregation.htm
Java - Polymorphismhttps://www.tutorialspoint.com/java/java_polymorphism.htm
Java - Overridinghttps://www.tutorialspoint.com/java/java_overriding.htm
Java - Method Overloadinghttps://www.tutorialspoint.com/java/java_method_overloading.htm
Java - Dynamic Bindinghttps://www.tutorialspoint.com/java/java_dynamic_binding.htm
Java - Static Bindinghttps://www.tutorialspoint.com/java/java_static_binding.htm
Java - Instance Initializer Blockhttps://www.tutorialspoint.com/java/java_initializer_block.htm
Java - Abstractionhttps://www.tutorialspoint.com/java/java_abstraction.htm
Java - Encapsulationhttps://www.tutorialspoint.com/java/java_encapsulation.htm
Java - Interfaceshttps://www.tutorialspoint.com/java/java_interfaces.htm
Java - Packageshttps://www.tutorialspoint.com/java/java_packages.htm
Java - Inner Classeshttps://www.tutorialspoint.com/java/java_innerclasses.htm
Java - Static Classhttps://www.tutorialspoint.com/java/java_static_class.htm
Java - Anonymous Classhttps://www.tutorialspoint.com/java/java_anonymous_class.htm
Java - Singleton Classhttps://www.tutorialspoint.com/java/java_singleton_class.htm
Java - Wrapper Classeshttps://www.tutorialspoint.com/java/java_wrapper_classes.htm
Java - Enumshttps://www.tutorialspoint.com/java/java_lang_enum.htm
Java - Enum Constructorhttps://www.tutorialspoint.com/java/java_enum_constructor.htm
Java - Enum Stringshttps://www.tutorialspoint.com/java/java_enum_string.htm
Java - Numberhttps://www.tutorialspoint.com/java/java_lang_number.htm
Java - Booleanhttps://www.tutorialspoint.com/java/java_lang_boolean.htm
Java - Charactershttps://www.tutorialspoint.com/java/java_characters.htm
Java - Arrayshttps://www.tutorialspoint.com/java/java_arrays.htm
Java - Multi-Dimensional Arrayshttps://www.tutorialspoint.com/java/java_multi_dimensional_arrays.htm
Java - Final Arrayshttps://www.tutorialspoint.com/java/java_final_arrays.htm
Java - Math Classhttps://www.tutorialspoint.com/java/java_lang_math.htm
Java - Fileshttps://www.tutorialspoint.com/java/java_file_class.htm
Java - Create a Filehttps://www.tutorialspoint.com/java/java_create_file.htm
Java - Write to Filehttps://www.tutorialspoint.com/java/java_write_file.htm
Java - Read Fileshttps://www.tutorialspoint.com/java/java_read_file.htm
Java - Delete Fileshttps://www.tutorialspoint.com/java/java_delete_file.htm
Java - Directorieshttps://www.tutorialspoint.com/java/java_directories.htm
Java - I/O Streamshttps://www.tutorialspoint.com/java/java_files_io.htm
Java - Exceptionshttps://www.tutorialspoint.com/java/java_exceptions.htm
Java - try-catch Blockhttps://www.tutorialspoint.com/java/java_try_catch_block.htm
Java - try-with-resourceshttps://www.tutorialspoint.com/java/java_try_with_resources.htm
Java - Multi-catch Blockhttps://www.tutorialspoint.com/java/java_multi_catch_block.htm
Java - Nested try Blockhttps://www.tutorialspoint.com/java/java_nested_try_block.htm
Java - Finally Blockhttps://www.tutorialspoint.com/java/java_finally_block.htm
Java - throw Exceptionhttps://www.tutorialspoint.com/java/java_throw_exception.htm
Java - Exception Propagationhttps://www.tutorialspoint.com/java/java_exception_propagation.htm
Java - Built-in Exceptionshttps://www.tutorialspoint.com/java/java_builtin_exceptions.htm
Java - Custom Exceptionhttps://www.tutorialspoint.com/java/java_custom_exception.htm
Java - Chained Exceptionhttps://www.tutorialspoint.com/java/java_chained_exceptions.htm
Java - Multithreadinghttps://www.tutorialspoint.com/java/java_multithreading.htm
Java - Thread Life Cyclehttps://www.tutorialspoint.com/java/java_thread_life_cycle.htm
Java - Creating a Threadhttps://www.tutorialspoint.com/java/java_create_thread.htm
Java - Starting a Threadhttps://www.tutorialspoint.com/java/java_start_thread.htm
Java - Joining Threadshttps://www.tutorialspoint.com/java/java_join_thread.htm
Java - Naming Threadhttps://www.tutorialspoint.com/java/java_naming_thread.htm
Java - Thread Schedulerhttps://www.tutorialspoint.com/java/java_thread_scheduler.htm
Java - Thread Pools https://www.tutorialspoint.com/java/java_thread_pool.htm
Java - Main Threadhttps://www.tutorialspoint.com/java/java_main_thread.htm
Java - Thread Priorityhttps://www.tutorialspoint.com/java/java_thread_priority.htm
Java - Daemon Threadshttps://www.tutorialspoint.com/java/java_daemon_thread.htm
Java - Thread Grouphttps://www.tutorialspoint.com/java/java_lang_threadgroup.htm
Java - Shutdown Hookhttps://www.tutorialspoint.com/java/java_shutdown_hook.htm
Java - Synchronizationhttps://www.tutorialspoint.com/java/java_thread_synchronization.htm
Java - Block Synchronizationhttps://www.tutorialspoint.com/java/java_block_synchronization.htm
Java - Static Synchronizationhttps://www.tutorialspoint.com/java/java_static_synchronization.htm
Java - Inter-thread Communicationhttps://www.tutorialspoint.com/java/java_thread_communication.htm
Java - Thread Deadlockhttps://www.tutorialspoint.com/java/java_thread_deadlock.htm
Java - Interrupting a Threadhttps://www.tutorialspoint.com/java/java_interrupting_thread.htm
Java - Thread Controlhttps://www.tutorialspoint.com/java/java_thread_control.htm
Java - Reentrant Monitorhttps://www.tutorialspoint.com/java/java_reentrant_monitor.htm
Java - Networkinghttps://www.tutorialspoint.com/java/java_networking.htm
Java - Socket Programminghttps://www.tutorialspoint.com/java/java_socket_programming.htm
Java - URL Processinghttps://www.tutorialspoint.com/java/java_url_processing.htm
Java - URL Classhttps://www.tutorialspoint.com/java/java_url.htm
Java - URLConnection Classhttps://www.tutorialspoint.com/java/java_urlconnection.htm
Java - HttpURLConnection Classhttps://www.tutorialspoint.com/java/java_httpurlconnection.htm
Java - Socket Classhttps://www.tutorialspoint.com/java/java-socket.htm
Java - Genericshttps://www.tutorialspoint.com/java/java_generics.htm
Java - Collectionshttps://www.tutorialspoint.com/java/java_collections.htm
Java - Collection Interfacehttps://www.tutorialspoint.com/java/java_collection_interface.htm
Java - List Interfacehttps://www.tutorialspoint.com/java/java_list_interface.htm
Java - Queue Interfacehttps://www.tutorialspoint.com/java/java_util_queue.htm
Java - Map Interfacehttps://www.tutorialspoint.com/java/java_map_interface.htm
Java - SortedMap Interfacehttps://www.tutorialspoint.com/java/java_sortedmap_interface.htm
Java - Set Interfacehttps://www.tutorialspoint.com/java/java_set_interface.htm
Java - SortedSet Interfacehttps://www.tutorialspoint.com/java/java_sortedset_interface.htm
Java - Data Structureshttps://www.tutorialspoint.com/java/java_data_structures.htm
Java - Enumerationhttps://www.tutorialspoint.com/java/java_enumeration_interface.htm
Java - Iteratorshttps://www.tutorialspoint.com/java/java_using_iterator.htm
Java - Comparatorshttps://www.tutorialspoint.com/java/java_using_comparator.htm
Java - Comparable Interface in Javahttps://www.tutorialspoint.com/java/java-using-comparable.htm
Java - Command-Line Argumentshttps://www.tutorialspoint.com/java/java-command-line-args.htm
Java - Lambda Expressionshttps://www.tutorialspoint.com/java/java-lambda-expressions.htm
Java - Sending Emailhttps://www.tutorialspoint.com/java/java_sending_email.htm
Java - Applet Basicshttps://www.tutorialspoint.com/java/java_applet_basics.htm
Java - Javadoc Commentshttps://www.tutorialspoint.com/java/java_documentation.htm
Java - Autoboxing and Unboxinghttps://www.tutorialspoint.com/java/java-autoboxing-unboxing.htm
Java - File Mismatch Methodhttps://www.tutorialspoint.com/java/java-file-mismatch-method.htm
Java - REPL (JShell)https://www.tutorialspoint.com/java/java-repl.htm
Java - Multi-Release Jar Fileshttps://www.tutorialspoint.com/java/java_multirelease_jar.htm
Java - Private Interface Methodshttps://www.tutorialspoint.com/java/java_private_interface_methods.htm
Java - Inner Class Diamond Operatorhttps://www.tutorialspoint.com/java/java_inner_class_diamond_operator.htm
Java - Multiresolution Image APIhttps://www.tutorialspoint.com/java/java_multiresolution_image_api.htm
Java - Collection Factory Methodshttps://www.tutorialspoint.com/java/java_collection_factory_methods.htm
Java - Module Systemhttps://www.tutorialspoint.com/java/java_module_system.htm
Java - Nashorn JavaScripthttps://www.tutorialspoint.com/java/java_nashorn_java_script.htm
Java - Optional Classhttps://www.tutorialspoint.com/java/java_optional_class.htm
Java - Method Referenceshttps://www.tutorialspoint.com/java/java_method_references.htm
Java - Functional Interfaceshttps://www.tutorialspoint.com/java/java_functional_interfaces.htm
Java - Default Methodshttps://www.tutorialspoint.com/java/java_default_methods.htm
Java - Base64 Encode Decodehttps://www.tutorialspoint.com/java/java_base64.htm
Java - Switch Expressionshttps://www.tutorialspoint.com/java/java_switch_expression.htm
Java - Teeing Collectorshttps://www.tutorialspoint.com/java/java_teeing_collectors.htm
Java - Microbenchmarkhttps://www.tutorialspoint.com/java/java_micro_benchmark.htm
Java - Text Blockshttps://www.tutorialspoint.com/java/java_text_blocks.htm
Java - Dynamic CDS archivehttps://www.tutorialspoint.com/java/java_dynamic_cds.htm
Java - Z Garbage Collector (ZGC)https://www.tutorialspoint.com/java/java_z_garbage_collectors.htm
Java - Null Pointer Exceptionhttps://www.tutorialspoint.com/java/java_nullpointerexception.htm
Java - Packaging Toolshttps://www.tutorialspoint.com/java/java_packaging_tools.htm
Java - Sealed Classeshttps://www.tutorialspoint.com/java/java_sealed_classes.htm
Java - Record Classeshttps://www.tutorialspoint.com/java/java_record.htm
Java - Hidden Classeshttps://www.tutorialspoint.com/java/java_hidden_classes.htm
Java - Pattern Matchinghttps://www.tutorialspoint.com/java/java_instanceof_pattern_matching.htm
Java - Compact Number Formattinghttps://www.tutorialspoint.com/java/java_compact_number_formatting.htm
Java - Garbage Collectionhttps://www.tutorialspoint.com/java/java_garbage_collection.htm
Java - JIT Compilerhttps://www.tutorialspoint.com/java/java_just_in_time_jit_compiler.htm
Java - Recursionhttps://www.tutorialspoint.com/java/java-recursion.htm
Java - Regular Expressionshttps://www.tutorialspoint.com/java/java_regular_expressions.htm
Java - Serializationhttps://www.tutorialspoint.com/java/java_serialization.htm
Java - Stringshttps://www.tutorialspoint.com/java/java_strings.htm
Java - Process API Improvementshttps://www.tutorialspoint.com/java/java_process_api_improvements.htm
Java - Stream API Improvementshttps://www.tutorialspoint.com/java/java_stream_api_improvements.htm
Java - Enhanced @Deprecated Annotationhttps://www.tutorialspoint.com/java/java_enhanced_deprecated_annotation.htm
Java - CompletableFuture API Improvementshttps://www.tutorialspoint.com/java/java_completablefuture_api_improvements.htm
Java - Marker Interfacehttps://www.tutorialspoint.com/java/java_marker_interface.htm
Java - Streamshttps://www.tutorialspoint.com/java/java_streams.htm
Java - Datetime Apihttps://www.tutorialspoint.com/java/java_datetime_api.htm
Java 8 - New Featureshttps://www.tutorialspoint.com/java/java8_new_features.htm
Java 9 - New Featureshttps://www.tutorialspoint.com/java/java9_new_features.htm
Java 10 - New Featureshttps://www.tutorialspoint.com/java/java10_new_features.htm
Java 11 - New Featureshttps://www.tutorialspoint.com/java/java11_new_features.htm
Java 12 - New Featureshttps://www.tutorialspoint.com/java/java12_new_features.htm
Java 13 - New Featureshttps://www.tutorialspoint.com/java/java13_new_features.htm
Java 14 - New Featureshttps://www.tutorialspoint.com/java/java14_new_features.htm
Java 15 - New Featureshttps://www.tutorialspoint.com/java/java15_new_features.htm
Java 16 - New Featureshttps://www.tutorialspoint.com/java/java16_new_features.htm
JDBC Tutorialhttps://www.tutorialspoint.com/jdbc/index.htm
SWING Tutorialhttps://www.tutorialspoint.com/swing/index.htm
AWT Tutorialhttps://www.tutorialspoint.com/awt/index.htm
Servlets Tutorialhttps://www.tutorialspoint.com/servlets/index.htm
JSP Tutorialhttps://www.tutorialspoint.com/jsp/index.htm
Java - Scannerhttps://www.tutorialspoint.com/java/util/java_util_scanner.htm
Java - Arrayshttps://www.tutorialspoint.com/java/util/java_util_arrays.htm
Java - Stringshttps://www.tutorialspoint.com/java/lang/java_lang_string.htm
Java - Datehttps://www.tutorialspoint.com/java/util/java_util_date.htm
Java - ArrayListhttps://www.tutorialspoint.com/java/util/java_util_arraylist.htm
Java - Vectorhttps://www.tutorialspoint.com/java/util/java_util_vector.htm
Java - Stackhttps://www.tutorialspoint.com/java/util/java_util_stack.htm
Java - PriorityQueuehttps://www.tutorialspoint.com/java/util/java_util_priorityqueue.htm
Java - LinkedListhttps://www.tutorialspoint.com/java/util/java_util_linkedlist.htm
Java - ArrayDequehttps://www.tutorialspoint.com/java/util/java_util_arraydeque.htm
Java - HashMaphttps://www.tutorialspoint.com/java/util/java_util_hashmap.htm
Java - LinkedHashMaphttps://www.tutorialspoint.com/java/util/java_util_linkedhashmap.htm
Java - WeakHashMaphttps://www.tutorialspoint.com/java/util/java_util_weakhashmap.htm
Java - EnumMaphttps://www.tutorialspoint.com/java/util/java_util_enummap.htm
Java - TreeMaphttps://www.tutorialspoint.com/java/util/java_util_treemap.htm
Java - IdentityHashMaphttps://www.tutorialspoint.com/java/util/java_util_identityhashmap.htm
Java - HashSethttps://www.tutorialspoint.com/java/util/java_util_hashset.htm
Java - EnumSethttps://www.tutorialspoint.com/java/util/java_util_enumset.htm
Java - LinkedHashSethttps://www.tutorialspoint.com/java/util/java_util_linkedhashset.htm
Java - TreeSethttps://www.tutorialspoint.com/java/util/java_util_treeset.htm
Java - BitSethttps://www.tutorialspoint.com/java/util/java_util_bitset.htm
Java - Dictionaryhttps://www.tutorialspoint.com/java/util/java_util_dictionary.htm
Java - Hashtablehttps://www.tutorialspoint.com/java/util/java_util_hashtable.htm
Java - Propertieshttps://www.tutorialspoint.com/java/util/java_util_properties.htm
Java - Collectionhttps://www.tutorialspoint.com/java/util/java_util_collections.htm
Java - Arrayhttps://www.tutorialspoint.com/java/util/java_util_arrays.htm
Java - Cheatsheethttps://www.tutorialspoint.com/java/java_cheatsheet.htm
Java - Questions and Answershttps://www.tutorialspoint.com/java/java_questions_answers.htm
Java 8 - Questions and Answershttps://www.tutorialspoint.com/java/java8_questions_answers.htm
Java - Quick Guidehttps://www.tutorialspoint.com/java/java_quick_guide.htm
Java - Useful Resourceshttps://www.tutorialspoint.com/java/java_useful_resources.htm
Java - Discussionhttps://www.tutorialspoint.com/java/java_discussion.htm
Java - Online Compilerhttps://www.tutorialspoint.com/compilers/online-java-compiler.htm
Java - Exampleshttps://www.tutorialspoint.com/javaexamples/index.htm
UPSC IAS Exams Noteshttps://www.tutorialspoint.com/upsc_ias_exams.htm
Developer's Best Practiceshttps://www.tutorialspoint.com/developers_best_practices/index.htm
Questions and Answershttps://www.tutorialspoint.com/questions_and_answers.htm
Online Resume Builderhttps://www.tutorialspoint.com/online-resume-builder.htm
HR Interview Questionshttps://www.tutorialspoint.com/hr_interview_questions/index.htm
Computer Glossaryhttps://www.tutorialspoint.com/computer_glossary.htm
Who is Whohttps://www.tutorialspoint.com/computer_whoiswho.htm
Homehttps://www.tutorialspoint.com/
Javahttps://www.tutorialspoint.com/java/index.htm
Previous https://www.tutorialspoint.com/java/java_nashorn_java_script.htm
Quizhttps://www.tutorialspoint.com/java/quiz_on_java_optional_class.htm
Next https://www.tutorialspoint.com/java/java_method_references.htm
exception handlinghttps://www.tutorialspoint.com/java/java_exceptions.htm
methodhttps://www.tutorialspoint.com/java/java_class_methods.htm
https://academy.tutorix.com
Previoushttps://www.tutorialspoint.com/java/java_nashorn_java_script.htm
Quizhttps://www.tutorialspoint.com/java/quiz_on_java_optional_class.htm
Next https://www.tutorialspoint.com/java/java_method_references.htm
ABOUT UShttps://www.tutorialspoint.com/about/index.htm
OUR TEAMhttps://www.tutorialspoint.com/about/about_team.htm
CAREERShttps://www.tutorialspoint.com/about/about_careers.htm
JOBShttps://www.tutorialspoint.com/jobs/index.htm
CONTACT UShttps://www.tutorialspoint.com/about/contact_us.htm
TERMS OF USEhttps://www.tutorialspoint.com/about/about_terms_of_use.htm
PRIVACY POLICYhttps://www.tutorialspoint.com/about/about_privacy.htm
REFUND POLICYhttps://www.tutorialspoint.com/about/return_refund_policy.htm
COOKIES POLICYhttps://www.tutorialspoint.com/about/about_cookies.htm
FAQ'Shttps://www.tutorialspoint.com/about/faq.htm
https://www.facebook.com/tutorialspointindia
https://x.com/tutorialspoint
https://www.youtube.com/channel/UCVLbzhxVTiTLiVKeGV7WEBg
https://www.linkedin.com/company/tutorialspoint/
https://www.instagram.com/tutorialspoint_/
https://play.google.com/store/apps/details?id=com.tutorialspoint.onlineviewer
https://itunes.apple.com/us/app/tutorials-point/id914891263?ls=1&mt=8

Viewport: viewport-fit=cover, width=device-width, initial-scale=1.0, maximum-scale=3.0, user-scalable=yes


URLs of crawlers that visited me.