python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Is it more "correct" to disable a function with a special value or a second parameter?
Say I have some function that I may or may not want to execute during a particular run of the code, and this function also takes some argument that is passed in as a parameter at runtime. Is there som...
mmiles19
Votes: 0
Answers: 2
Java coding style to be more concise
How can I compact these code in Java without creating other objects?
myObjectNumberOne.setTitle("title");
myObjectNumberOne.setBody("body");
myObjectNumberOne.setAutostart(true);
m...
Phantom Lord
Votes: 0
Answers: 3
Finding out what the block element <hb> is used for?
In the book I'm using to study HTML it says and I quote "<h1>,<h2>,<hb>,<p>, and <blockquote>, are all block elements. But what is the block element <hb>? I ca...
Chris Escobar
Votes: 0
Answers: 1
What is the difference between suffixes Service, Manager, System?
I'm curious about the difference between Service, Manager and System.
All the time I tried to avoid such suffixes. But after I started working with MVC, I needed to create a separate class so as not t...
Eugenio Uglov
Votes: 0
Answers: 1