Python Related (3312)
PHP Related (7341)
Scala (340)
R Programming (396)
Kotlin (184)
Apache Groovy (39)
Ruby (245)
Go Programming Language (139)
Objective-C (429)
Programming Languages AllOther (746) Describe the difference between Interface-oriented, Object-oriented and Aspect-oriented programming
1 12061How is the using() pattern useful? What is IDisposable? How does it support deterministic finalization?
1 14563When you?re running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
2 7587Explain the importance and use of each component of this string: Foo.Bar, Version=2.0.205.0, Culture=neutral, PublicKeyToken=593777ae2d274679d
TCS,
1 7229Explain what?s happening in the first constructor: public class c{ public c(string a) : this() {;}; public c() {;} } How is this construct useful?
1 8159
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
What are a help () and dir() in python?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
How do I customize joomla?
How do you enable debug mode in WP?
how to create application at codeigniter ?
Which is better list or dictionary in python?
Can we add pointers together?
Is c dynamically typed?
What is the purpose of “gii” in yii2?
What is a virtual destructor? Explain the use of it?
How can we use ajax in yii?
How facades are different from dependency injection?
What are escaping characters?
What are the directory structure of laravel 5.8?