Tag

Methods

0 views collected around this technical thread.

Java Captain
Java Captain
Mar 7, 2024 · Fundamentals

Understanding Java's String Class: Immutability, Methods, and Best Practices

This article reflects on the author's journey with Java, explaining the immutable nature of the String class, its rich set of methods—including substring, indexOf, replace, and regex support—while also discussing its limitations and alternatives like StringBuilder.

JavaMethodsRegularExpressions
0 likes · 5 min read
Understanding Java's String Class: Immutability, Methods, and Best Practices
Test Development Learning Exchange
Test Development Learning Exchange
Mar 2, 2024 · Fundamentals

Understanding Python Packages, Classes, and Methods

This article explains the concept and structure of Python packages, demonstrates how to import modules and manage packages with pip, and provides a comprehensive overview of defining classes, their variables, special methods, and different types of methods such as instance, class, and static methods.

ClassesMethodsfundamentals
0 likes · 7 min read
Understanding Python Packages, Classes, and Methods
Java Captain
Java Captain
Mar 1, 2024 · Fundamentals

Understanding the String Class: Features, Common Methods, Concatenation, Comparison, and Search

This article introduces the String class, covering its immutable nature, essential methods such as substring, indexOf, replace, concatenation techniques, formatting, comparison, sorting, and search capabilities across languages like Java and Python, highlighting its fundamental role in text processing.

JavaMethodsfundamentals
0 likes · 5 min read
Understanding the String Class: Features, Common Methods, Concatenation, Comparison, and Search
Top Architecture Tech Stack
Top Architecture Tech Stack
Feb 4, 2024 · Fundamentals

Comprehensive Overview of Python Built‑in Types and Common Methods

This article provides a detailed guide to Python's fundamental built‑in classes such as int, float, str, list, dict, set, and tuple, explaining their typical uses and presenting extensive examples of string operations, collection methods, built‑in functions, iterator utilities, type conversions, and file handling techniques.

Built-in TypesData StructuresMethods
0 likes · 20 min read
Comprehensive Overview of Python Built‑in Types and Common Methods
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 5, 2023 · Frontend Development

Comprehensive Guide to JavaScript Object Methods and Their Usage

This article provides an in‑depth overview of JavaScript's Object methods—including defineProperty, defineProperties, assign, create, freeze, seal, preventExtensions, fromEntries, hasOwnProperty, hasOwn, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, setPrototypeOf, isPrototypeOf, getOwnPropertyDescriptor, getOwnPropertyDescriptors, propertyIsEnumerable, keys, values, entries, is, and groupBy—explaining their purpose, parameters, behavior, and offering practical code examples for each.

JavaScriptMethodsWeb Development
0 likes · 24 min read
Comprehensive Guide to JavaScript Object Methods and Their Usage
Cognitive Technology Team
Cognitive Technology Team
Oct 6, 2023 · Fundamentals

Understanding the final Keyword in Java

The article explains Java's final keyword, detailing its three distinct uses—modifying variables, methods, and classes—while describing how final variables become immutable constants, final methods cannot be overridden, and final classes cannot be subclassed, illustrating each case with examples.

ClassesJavaMethods
0 likes · 3 min read
Understanding the final Keyword in Java
php中文网 Courses
php中文网 Courses
Feb 20, 2021 · Backend Development

Common ThinkPHP Single‑Letter Methods Overview

This article lists the common single‑letter shortcut methods in ThinkPHP, such as A for quickly instantiating the Action library, B for executing actions, C for configuring parameters, and others, providing brief English descriptions for each shortcut.

BackendMethodsPHP
0 likes · 2 min read
Common ThinkPHP Single‑Letter Methods Overview
Selected Java Interview Questions
Selected Java Interview Questions
Oct 26, 2019 · Backend Development

Java Interview Essentials: Methods of java.lang.Object

This article reviews the 13 methods of Java's java.lang.Object class, explaining their purpose, typical usage in interviews, and related follow‑up questions such as equals vs ==, hashCode relationship, thread communication, and garbage collection.

InterviewJavaMethods
0 likes · 7 min read
Java Interview Essentials: Methods of java.lang.Object
Java Captain
Java Captain
Apr 11, 2018 · Fundamentals

Understanding Java Object Members, Methods, and Initialization

This tutorial explains how Java methods access object data members, the role of the implicit this reference, parameter passing, calling other methods within the same object, and both default and explicit initialization of class fields, using clear code examples throughout.

InitializationJavaMethods
0 likes · 5 min read
Understanding Java Object Members, Methods, and Initialization