keyword tag

7 questions


1 answers
117 views
0
What is the native keyword in Java?

I was playing a problem solving game related to Java, and the keyword native came out. What is the native keyword used in Java?

1 years ago

1 answers
66 views
0
What does Synchronized mean?

What does Synchronized mean?


1 answers
67 views
0
I have a question about register keyword of C

What does the register keyword do?I know it's related to optimization, but there's nothing that says exactly what function it does.

1 years ago

1 answers
64 views
0
Is there a goto command in Java?

Is there a goto command in Java? Most people say that Java doesn't have a goto statement.But I found goto in Java's keyword. What is it used for? If it cannot be used, why is it defined in the Java ke...

1 years ago

1 answers
68 views
0
Is there no continue keyword for Ruby?

Is there no continue keyword for Ruby?I created a code that just passes the number less than 2 out of the numbers from 0 to 5, but I'm embarrassed that there's no continue here.for i in 0..5 If i <...

1 years ago

1 answers
95 views
0
Is it possible to flip the dictionary like a keyword factor?

Is it possible to flip the dictionary like a keyword factor?d = dict(param='test')def f(param): print paramf(d)Output: {'param': 'test'} Now my code is running like this, but I just want to make test ...


1 answers
124 views
0
What is the "continue" keyword and what role does it play in Java?

I saw the keyword continue for the first time, and what it is, what it is, what it does, and when I should do, and when I should use itI'm curious.

1 years ago

© 2024 OneMinuteCode. All rights reserved.