python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How can i throw an object to a specific point with physics
I want exactly this :
The probability of going to the basket must be 100%.
Throw
I tried this :
Vector3 direction = new Vector3(pota.position.x - transform.position.x, pota.position.y - transform.posi...
absakalli
Votes: 0
Answers: 1
After using a explicit throw keyword ,why the other implicit throw is not working in case of multiple catch statement?
In this programe MyclassEx is child class of Exception(java.lang.Exception).we create user define exception.In the class contain a parameterized constructor who pass its argument to super class that i...

Debolina Halder
Votes: 0
Answers: 1
NodeJS: Is there still a performance penalty to throwing Errors?
Depending on the nodejs framework, there are usually two ways to manage errors.
Throw them (ie throw new Error('invalid id');)
Return them (ie return { 400: 'invalid id' };)
Due to old advice that t...

SILENT
Votes: 0
Answers: 0