Questions tagged [getmethod]

An HTTP protocol request method.

156 questions
-3
votes
3 answers

Pass a session from PHP to HTML?

G'day, This is for my tutorial purpose. I have 3 files 1. mlogin.htm - Takes the input from the user (login name and password). The action is set to the next file so the details can be checked.
callMeJava
  • 61
  • 1
  • 2
  • 12
-4
votes
1 answer

error: void type not allowed here

Q. In a series of statements, move all of the money in Nick's accounts - both checking and savings - to Carol's checking account. This should leave Nick with no money at the end- i.e. both of his accounts have 0 money. There are several ways this…
Subhan
  • 19
  • 1
  • 1
  • 3
-4
votes
1 answer

How do I determine the request type of a URL in java?

I am developing an android app for some specific use, and this app uses the webview to load URL's. I need to determine the request type of the URL i.e. if it is a GET, POST or DELETE request type. I tried using getMethod in java, but not very sure…
user2230637
  • 19
  • 1
  • 5
-5
votes
1 answer

Parse Xml response from a get method in C# using Linq

I have following url which returns me XML response in c#: http://www.bnr.ro/files/xml/years/nbrfxrates2017.xml Now, i want to retrieve the currency in Euro for my date which is present as a paramater in my function. I want to use Linq but i have…
S.over17
  • 199
  • 2
  • 2
  • 14
-5
votes
3 answers

How to return the average horsepower of all objects that match a specified year? java

Hi been stuck on figuring out the math coding on how to find the average horsepower of a specific year? If anyone can help me code this that would be great. I can also provide more info on the ArrayList or Class if you like, just comment. Here is…
Tre
  • 37
  • 8
-8
votes
2 answers

Method Class Project

So as part of my IT project I have to do a method class. I already did this but am finding trouble to complete it. When i checked the notes i found something about the get and set method. Can anyone help me pls by showing how the first one is made…
1 2 3
10
11