Top "Keyword" questions

Keywords are special words used as identifiers by a language.

"new" keyword in Scala

I have a very simple question - when should we apply the new keyword when creating objects in Scala? Is …

scala new-operator keyword
What SQLite column name can be/cannot be?

Is there any rule for the SQLite's column name? Can it have characters like '/'? Can it be UTF-8?

sql sqlite keyword
Equivalent of “pass” in Ruby

In python there is a pass keyword for defining an empty function, condition, loop, ... Is there something similar for Ruby? …

ruby keyword
inline vs __inline vs __inline__ vs __forceinline?

What are the differences between these four inline (key)words? inline, __inline, __inline__, __forceinline.

c++ inline keyword
When should one use dynamic keyword in c# 4.0?

When should one use dynamic keyword in c# 4.0?.......Any good example with dynamic keyword in c# 4.0 that explains its usage....

c# dynamic c#-4.0 keyword
Is there an ANSI SQL alternative to the MYSQL LIMIT keyword?

Is there an ANSI SQL alternative to the MYSQL LIMIT keyword? The LIMIT keyword limits the number of rows returned …

mysql database keyword ansi-sql
Practical use of `stackalloc` keyword

Has anyone ever actually used stackalloc while programming in C#? I am aware of what is does, but the only …

c# keyword stackalloc
How to kill process on GPUs with PID in nvidia-smi using keyword?

How to kill running processes on GPUs for a specific program (e.g. python) in terminal? For example two processes …

python gpu nvidia keyword pid
When to use friend class in C++

Possible Duplicate: When should you use 'friend' in C++? I was brushing up on my C++ (I'm a Java developer) …

c++ keyword friend
Swift `in` keyword meaning?

I am trying to implement some code from parse.com and I notice a keyword in after the void. I …

ios swift keyword