Ленты и блоги:
📄 Статьи
ABCDEFGHIJKLMNOPQRSTUVWXY

IT Terminology Dictionary: Letter J

AbbreviationDecodingDescriptionGroupNoteRelated terms
JDKJava Development KitA set of tools for developing in Java.DevelopmentCompiler, debugger, libraries, and other questionable joys.
JITJust-In-Time CompilationCompiles bytecode to machine code on the fly.DevelopmentSo the program starts fast, but initially lags a bit.
JPAJava Persistence APIA standard for working with databases in Java.DevelopmentSo you can save objects to tables instead of writing SQL manually.
JSJavaScriptA programming language that makes web pages interactive. Without it, the site just displays information, but with it — it responds to user actions.Web DevelopmentWithout JS, buttons on the site are just pictures you can look at but uselessly click. With JS they start living their own life: opening, closing, hiding, jumping out... like your socks in the washing machine. Sometimes JS works, sometimes it doesn't, but without it the internet would be boring like Monday morning.
JSFJavaServer FacesA framework for building web interfaces in Java.DevelopmentSlow, but suitable for its tasks.
JSONJavaScript Object NotationA data exchange format readable by both humans and machines.DataIt's like a backpack where you've neatly arranged things on shelves: each shelf has a label (key), and underneath it is the thing itself (value). If someone asks for your "phone," you don't dump out the entire backpack, you just take it out by the label. Convenient, right?
JSON-LDJSON for Linking DataA JSON-based format for describing data with support for relationships.DataTo make data linked and understandable for machines.JSON
JSPJavaServer PagesA technology for creating dynamic web pages in Java.DevelopmentObsolete, but still alive in old projects.
JVMJava Virtual MachineA virtual machine that runs Java programs.DevelopmentGreat when it works. `When` — that's the key word.
JWTJSON Web TokenA token for authentication and data transfer between services.SecurityLike an event pass: show it and you're in.
ABCDEFGHIJKLMNOPQRSTUVWXY
📄 Статьи